Changes in / [ce7bdc4:4fa8f1a]
- File:
-
- 1 edited
-
tests/references.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/references.cfa
rce7bdc4 r4fa8f1a 124 124 int *p = &a; 125 125 asm ( 126 "incl %[p]\n\t" :127 : [p] " m" (*p)126 "incl %[p]\n\t" 127 : [p] "+m" (*p) 128 128 ); 129 129 printf("%d\n", a);
Note:
See TracChangeset
for help on using the changeset viewer.