source:
CIVL/mods/dev.civl.abc/examples/svcomp/asm_ignore.c
| Last change on this file was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 207 bytes | |
| Line | |
|---|---|
| 1 | |
| 2 | int main() { |
| 3 | asm volatile ("" "xchg" "q %q0, %1\n" : |
| 4 | "+r" (__ret), "+m" (*((&head->first))) : : |
| 5 | "memory", "cc"); |
| 6 | asm volatile goto (blah blah blah); |
| 7 | asm goto (blah); |
| 8 | } |
Note:
See TracBrowser
for help on using the repository browser.
