mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 01:31:05 +00:00
The index into the actions table is a ULEB128 not a SLEB128.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37084 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e4285dc1db
commit
49b5c27baa
@ -2975,7 +2975,7 @@ private:
|
||||
SizeSites += M*(sizeof(int32_t) + // Site start.
|
||||
sizeof(int32_t) + // Site length.
|
||||
sizeof(int32_t) + // Landing pad.
|
||||
Asm->SizeSLEB128(FirstAction)); // Action.
|
||||
Asm->SizeULEB128(FirstAction)); // Action.
|
||||
}
|
||||
|
||||
// Final tallies.
|
||||
|
Loading…
x
Reference in New Issue
Block a user