mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-23 07:37:54 +00:00
Toggle sense of flag
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10838 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8ce750145d
commit
277bafbff7
@ -40,7 +40,7 @@ BytesWritten("bytecodewriter", "Number of bytecode bytes written");
|
||||
|
||||
|
||||
BytecodeWriter::BytecodeWriter(std::deque<unsigned char> &o, const Module *M)
|
||||
: Out(o), Table(M, false) {
|
||||
: Out(o), Table(M, true) {
|
||||
|
||||
outputSignature();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user