From 0b212a73e235c233b4addd0c9ea6b55676416d17 Mon Sep 17 00:00:00 2001 From: spv420 Date: Sun, 24 Apr 2022 13:32:31 -0400 Subject: wip --- tools/testlol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/testlol.c') 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 -- cgit v1.2.3