From 695f9bf8d0a7d0a871b8ab75270ceb29715d9be3 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Thu, 25 Jul 2019 00:08:23 -0700 Subject: 5468 --- html/subx/028translate.cc.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'html/subx/028translate.cc.html') diff --git a/html/subx/028translate.cc.html b/html/subx/028translate.cc.html index be89d953..3ca4d749 100644 --- a/html/subx/028translate.cc.html +++ b/html/subx/028translate.cc.html @@ -79,7 +79,7 @@ if ('onhashchange' in window) { 18 19 :(before "End Main") 20 if (is_equal(argv[1], "translate")) { - 21 START_TRACING_UNTIL_END_OF_SCOPE; + 21 START_TRACING_UNTIL_END_OF_SCOPE; 22 reset(); 23 // Begin subx translate 24 program p; @@ -102,7 +102,7 @@ if ('onhashchange' in window) { 41 return 1; 42 } 43 parse(fin, p); - 44 if (trace_contains_errors()) return 1; + 44 if (trace_contains_errors()) return 1; 45 } 46 } 47 if (p.segments.empty()) { @@ -117,10 +117,10 @@ if ('onhashchange' in window) { 56 } 57 trace(2, "transform") << "begin" << end(); 58 transform(p); - 59 if (trace_contains_errors()) return 1; + 59 if (trace_contains_errors()) return 1; 60 trace(2, "translate") << "begin" << end(); 61 save_elf(p, output_filename); - 62 if (trace_contains_errors()) { + 62 if (trace_contains_errors()) { 63 unlink(output_filename.c_str()); 64 return 1; 65 } @@ -227,7 +227,7 @@ if ('onhashchange' in window) { 166 uint32_t p_align = 0x1000; // default page size on linux 167 emit(p_align); 168 if (p_offset % p_align != p_start % p_align) { -169 raise << "segment starting at 0x" << HEXWORD << p_start << " is improperly aligned; alignment for p_offset " << p_offset << " should be " << (p_offset % p_align) << " but is " << (p_start % p_align) << '\n' << end(); +169 raise << "segment starting at 0x" << HEXWORD << p_start << " is improperly aligned; alignment for p_offset " << p_offset << " should be " << (p_offset % p_align) << " but is " << (p_start % p_align) << '\n' << end(); 170 return; 171 } 172 -- cgit 1.4.1-2-gfad0