diff test/hacking-arm-thumb-interwork/test.c @ 496:da5232da6270

- test code: rand-sig now spitting out dyncallish sigs (with ')' end delim and rettype at end), purely for consistency
author Tassilo Philipp
date Mon, 21 Mar 2022 18:11:38 +0100
parents f5577f6bf97a
children
line wrap: on
line diff
--- a/test/hacking-arm-thumb-interwork/test.c	Mon Mar 21 16:50:44 2022 +0100
+++ b/test/hacking-arm-thumb-interwork/test.c	Mon Mar 21 18:11:38 2022 +0100
@@ -33,7 +33,7 @@
 {
 	arm();
 	thumb();
-        printf("arm: %d\n", (ptrdiff_t) &arm);
-        printf("thumb: %d\n", (ptrdiff_t) &thumb);
+	printf("arm: %d\n", (ptrdiff_t) &arm);
+	printf("thumb: %d\n", (ptrdiff_t) &thumb);
 	return 0;
 }