mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
[MCJIT] Replace a C-style cast in RuntimeDyldImpl.h.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216568 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
644e3c077c
commit
95141f9379
@ -70,7 +70,7 @@ public:
|
||||
SectionEntry(StringRef name, uint8_t *address, size_t size,
|
||||
uintptr_t objAddress)
|
||||
: Name(name), Address(address), Size(size),
|
||||
LoadAddress((uintptr_t)address), StubOffset(size),
|
||||
LoadAddress(reinterpret_cast<uintptr_t>(address)), StubOffset(size),
|
||||
ObjAddress(objAddress) {}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user