tidy code
[tinycc.git] / tests / pp / 12.S
blob597ccb4cba44335ae6c455afc0e6c0fae381e62a
1 #define SRC(y...)                       \
2         9999: y;                        \
3         .section __ex_table, "a";       \
4         .long 9999b, 6001f      ;       \
5         // .previous
7     SRC(1: movw (%esi), %bx)
8 6001: