mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 06:30:16 +00:00
#+4 --> #4 for consistency with other asm output
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114706 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
45d6c1777c
commit
b327e13740
@ -2685,7 +2685,7 @@ let Defs =
|
||||
AddrModeNone, SizeSpecial, IndexModeNone,
|
||||
Pseudo, NoItinerary,
|
||||
"add\t$val, pc, #8\t${:comment} eh_setjmp begin\n\t"
|
||||
"str\t$val, [$src, #+4]\n\t"
|
||||
"str\t$val, [$src, #4]\n\t"
|
||||
"mov\tr0, #0\n\t"
|
||||
"add\tpc, pc, #0\n\t"
|
||||
"mov\tr0, #1 ${:comment} eh_setjmp end", "",
|
||||
@ -2700,7 +2700,7 @@ let Defs =
|
||||
AddrModeNone, SizeSpecial, IndexModeNone,
|
||||
Pseudo, NoItinerary,
|
||||
"add\t$val, pc, #8\t${:comment} eh_setjmp begin\n\t"
|
||||
"str\t$val, [$src, #+4]\n\t"
|
||||
"str\t$val, [$src, #4]\n\t"
|
||||
"mov\tr0, #0\n\t"
|
||||
"add\tpc, pc, #0\n\t"
|
||||
"mov\tr0, #1 ${:comment} eh_setjmp end", "",
|
||||
|
Loading…
x
Reference in New Issue
Block a user