diff options
Diffstat (limited to 'dev/LibCompiler/src/Assembler64x0.cc')
| -rw-r--r-- | dev/LibCompiler/src/Assembler64x0.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/LibCompiler/src/Assembler64x0.cc b/dev/LibCompiler/src/Assembler64x0.cc index 4707be2..e1fa1b5 100644 --- a/dev/LibCompiler/src/Assembler64x0.cc +++ b/dev/LibCompiler/src/Assembler64x0.cc @@ -68,7 +68,7 @@ static bool asm_read_attributes(std::string line); LIBCOMPILER_MODULE(AssemblerMain64x0) { ::signal(SIGSEGV, Detail::segfault_handler); - + for (size_t i = 1; i < argc; ++i) { if (argv[i][0] == '-') { if (strcmp(argv[i], "--ver") == 0 || strcmp(argv[i], "--v") == 0) { |
