mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-11 06:06:52 +00:00
The index into the actions table is a ULEB128 not a SLEB128.
llvm-svn: 37084
This commit is contained in:
parent
f19428c3b1
commit
eddbb07561
@ -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