mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-07 14:33:15 +00:00
Typo fix.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60236 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5391a1d804
commit
3f7dba7b17
@ -48,7 +48,7 @@ public:
|
||||
void setPointer(PointerTy Ptr) {
|
||||
intptr_t PtrVal = reinterpret_cast<intptr_t>(Ptr);
|
||||
assert((PtrVal & (1 << IntBits)-1) == 0 &&
|
||||
"Pointer is no sufficiently aligned");
|
||||
"Pointer is not sufficiently aligned");
|
||||
Value = PtrVal | (intptr_t)getInt();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user