mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-05 13:09:10 +00:00
fix off by 1 (insn) error in eh.sjlj.setjmp thumb code sequence.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104661 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b555609e73
commit
54e13eceff
@ -930,7 +930,7 @@ let Defs =
|
||||
AddrModeNone, SizeSpecial, NoItinerary,
|
||||
"str\t$val, [$src, #8]\t${:comment} begin eh.setjmp\n"
|
||||
"\tmov\t$val, pc\n"
|
||||
"\tadds\t$val, #9\n"
|
||||
"\tadds\t$val, #7\n"
|
||||
"\tstr\t$val, [$src, #4]\n"
|
||||
"\tmovs\tr0, #0\n"
|
||||
"\tb\t1f\n"
|
||||
|
@ -2399,7 +2399,7 @@ let Defs =
|
||||
AddrModeNone, SizeSpecial, NoItinerary,
|
||||
"str\t$val, [$src, #8]\t${:comment} begin eh.setjmp\n"
|
||||
"\tmov\t$val, pc\n"
|
||||
"\tadds\t$val, #9\n"
|
||||
"\tadds\t$val, #7\n"
|
||||
"\tstr\t$val, [$src, #4]\n"
|
||||
"\tmovs\tr0, #0\n"
|
||||
"\tb\t1f\n"
|
||||
@ -2415,7 +2415,7 @@ let Defs =
|
||||
AddrModeNone, SizeSpecial, NoItinerary,
|
||||
"str\t$val, [$src, #8]\t${:comment} begin eh.setjmp\n"
|
||||
"\tmov\t$val, pc\n"
|
||||
"\tadds\t$val, #9\n"
|
||||
"\tadds\t$val, #7\n"
|
||||
"\tstr\t$val, [$src, #4]\n"
|
||||
"\tmovs\tr0, #0\n"
|
||||
"\tb\t1f\n"
|
||||
|
Loading…
Reference in New Issue
Block a user