diff options
| author | spv420 <unomilliono@gmail.com> | 2022-04-24 13:32:31 -0400 |
|---|---|---|
| committer | spv420 <unomilliono@gmail.com> | 2022-04-24 13:32:31 -0400 |
| commit | 0b212a73e235c233b4addd0c9ea6b55676416d17 (patch) | |
| tree | 91fb381a59d7228bd96ac2156d5ec59f2dbfc737 /tools | |
| parent | 313627a7864d67e29a3655dd4a6077ac0481f3c1 (diff) | |
wip
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/testlol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testlol.c b/tools/testlol.c index 9c56db3..50bd322 100644 --- a/tools/testlol.c +++ b/tools/testlol.c @@ -67,7 +67,7 @@ int main(int argc, char* argv[]) { printf("var kport_ip_receiver%x = 0x%x;\n", 4, offsetof(kport_t, ip_receiver)); printf("var kport_ip_srights%x = 0x%x;\n", 4, offsetof(kport_t, ip_srights)); printf("var MIG_MAX = 0x%x\n", 0x1000); - printf("var NDR_record = 0x%x\n", &NDR_record); + printf("var NDR_record = %x %x %x %x\n", NDR_record); return 0; }
\ No newline at end of file |
