repo.or.cz
/
tinycc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix initializing members multiple times
[tinycc.git]
/
tests
/
pp
/
12.S
blob
597ccb4cba44335ae6c455afc0e6c0fae381e62a
1
#define SRC(y...) \
2
9999: y; \
3
.section __ex_table, "a"; \
4
.long 9999b, 6001f ; \
5
// .previous
6
7
SRC(1: movw (%esi), %bx)
8
6001: