mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Remove a InvalidateInstructionCache call with incorrect size.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58898 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ce4a70bd76
commit
fff484f192
@ -1133,10 +1133,6 @@ void JITEmitter::startGVStub(const GlobalValue* GV, unsigned StubSize,
|
|||||||
|
|
||||||
void *JITEmitter::finishGVStub(const GlobalValue* GV) {
|
void *JITEmitter::finishGVStub(const GlobalValue* GV) {
|
||||||
NumBytes += getCurrentPCOffset();
|
NumBytes += getCurrentPCOffset();
|
||||||
|
|
||||||
// Invalidate the icache if necessary.
|
|
||||||
sys::Memory::InvalidateInstructionCache(BufferBegin, NumBytes);
|
|
||||||
|
|
||||||
std::swap(SavedBufferBegin, BufferBegin);
|
std::swap(SavedBufferBegin, BufferBegin);
|
||||||
BufferEnd = SavedBufferEnd;
|
BufferEnd = SavedBufferEnd;
|
||||||
CurBufferPtr = SavedCurBufferPtr;
|
CurBufferPtr = SavedCurBufferPtr;
|
||||||
|
Loading…
Reference in New Issue
Block a user