mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-11-01 00:17:01 +00:00 
			
		
		
		
	don't break the build on 32-bit hosts.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20455 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
		| @@ -31,8 +31,8 @@ | ||||
| using namespace llvm; | ||||
|  | ||||
| //These describe LDAx | ||||
| static const int64_t IMM_LOW  = 0xffffffffffff8000; | ||||
| static const int IMM_HIGH = 0x0000000000007fff; | ||||
| static const int64_t IMM_LOW  = 0xffffffffffff8000LL; | ||||
| static const int IMM_HIGH = 0x0000000000007fffLL; | ||||
| static const int IMM_MULT = 65536; | ||||
|  | ||||
| static long getUpper16(long l) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user