Changes in uspace/app/tester/fault/fault2.c [65af6c4:a000878c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/fault/fault2.c
r65af6c4 ra000878c 29 29 30 30 #include "../tester.h" 31 #include <stdio.h>32 31 33 32 typedef int __attribute__((may_alias)) aliasing_int; … … 39 38 40 39 var1 = *((aliasing_int *) (((char *) (&var)) + 1)); 41 printf("Read %d\n", var1);42 40 43 41 return "Survived unaligned read";
Note:
See TracChangeset
for help on using the changeset viewer.