mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-05 12:31:33 +00:00
Appease the buildbots.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213694 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
04e8cc79cd
commit
d3e2d81592
@ -84,6 +84,7 @@ public:
|
|||||||
// Verify that the relocation points to one of the expected load / store
|
// Verify that the relocation points to one of the expected load / store
|
||||||
// instructions.
|
// instructions.
|
||||||
uint32_t *p = (uint32_t *)LocalAddress;
|
uint32_t *p = (uint32_t *)LocalAddress;
|
||||||
|
(void)p;
|
||||||
assert((*p & 0x3B000000) == 0x39000000 &&
|
assert((*p & 0x3B000000) == 0x39000000 &&
|
||||||
"Only expected load / store instructions.");
|
"Only expected load / store instructions.");
|
||||||
} // fall-through
|
} // fall-through
|
||||||
|
Loading…
Reference in New Issue
Block a user