mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-04 21:31:03 +00:00
Squelch a warning about mismatch between sign of constant and sign of return
type. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35674 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a6d3f1341d
commit
6733a1661a
@ -48,7 +48,7 @@ public:
|
||||
|
||||
// For ELF 32 ABI:
|
||||
// Save it right before the link register
|
||||
return -4;
|
||||
return -4U;
|
||||
}
|
||||
|
||||
/// getLinkageSize - Return the size of the PowerPC ABI linkage area.
|
||||
|
Loading…
x
Reference in New Issue
Block a user