diff test/thunk/test_thunk.c @ 155:bbefb8b8e74c

- sparc32 thunk code - replaced some c++ comments with old c ones - whitespace cosmetics
author cslag
date Thu, 24 Nov 2016 23:47:31 +0000
parents f533c5ad1b6e
children ff0c8ee2bbc7
line wrap: on
line diff
--- a/test/thunk/test_thunk.c	Thu Nov 10 20:37:21 2016 +0100
+++ b/test/thunk/test_thunk.c	Thu Nov 24 23:47:31 2016 +0000
@@ -51,7 +51,7 @@
 
 void my_entry(const char* text)
 {
-  printf("%s: 1\n", text);
+  printf("%s: %d\n", text, strcmp(text, "wx") == 0 || strcmp(text, "stack") == 0 || strcmp(text, "heap") == 0); /* @@@ */
 }
 
 typedef void (printfun)(const char*);