mirror of
https://github.com/mirror/tinycc.git
synced 2024-12-28 04:00:06 +08:00
98bab41cba
this adds generic support for asm goto, but I've tested only on x86.
6 lines
110 B
Plaintext
6 lines
110 B
Plaintext
simple_jump: okay
|
|
another_jump: okay
|
|
three_way_jump(0): okay
|
|
three_way_jump(1): okay
|
|
three_way_jump(-1): okay
|