diff options
Diffstat (limited to 'CompilerDriver/masm.cxx')
| -rw-r--r-- | CompilerDriver/masm.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CompilerDriver/masm.cxx b/CompilerDriver/masm.cxx index df4ca02..bd99a92 100644 --- a/CompilerDriver/masm.cxx +++ b/CompilerDriver/masm.cxx @@ -641,7 +641,7 @@ static bool masm_write_number(std::size_t pos, std::string& jump_label) return true; } - case '0': + case 'o': { if (auto res = strtoq(jump_label.substr(pos + 2).c_str(), nullptr, 7); |
