mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-09 16:45:03 +00:00
Add typecast to silence -Wswitch warning introduced by r153153.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153155 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3d092dbb91
commit
9be7c94ccd
@ -99,7 +99,7 @@ public:
|
||||
// Used to point to big endian bytes
|
||||
unsigned FullSize;
|
||||
|
||||
switch (Kind) {
|
||||
switch ((unsigned)Kind) {
|
||||
case Mips::fixup_Mips_16:
|
||||
FullSize = 2;
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user