diff options
Diffstat (limited to 'lib/Bytecode/Reader/ConstantReader.cpp')
-rw-r--r-- | lib/Bytecode/Reader/ConstantReader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Bytecode/Reader/ConstantReader.cpp b/lib/Bytecode/Reader/ConstantReader.cpp index 8ccaf309de..2775a8d24c 100644 --- a/lib/Bytecode/Reader/ConstantReader.cpp +++ b/lib/Bytecode/Reader/ConstantReader.cpp @@ -273,7 +273,7 @@ bool BytecodeParser::parseConstPoolValue(const uchar *&Buf, if (SubClass != 0) return failure(true); - V = ConstPoolPointer::getNullPointer(PT); + V = ConstPoolPointer::getNull(PT); break; } |