From 37d53a70958bfe5b1d7946229af9c12f0b865abc Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 23 Sep 2018 22:38:16 -0700 Subject: 4512 --- html/subx/028translate.cc.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/subx/028translate.cc.html') diff --git a/html/subx/028translate.cc.html b/html/subx/028translate.cc.html index 1f60589f..857c1b77 100644 --- a/html/subx/028translate.cc.html +++ b/html/subx/028translate.cc.html @@ -89,7 +89,7 @@ if ('onhashchange' in window) { 29 } 30 parse(fin, p); 31 if (trace_contains_errors()) return 1; - 32 transform(p); + 32 transform(p); 33 if (trace_contains_errors()) return 1; 34 save_elf(p, argv[3]); 35 if (trace_contains_errors()) unlink(argv[3]); @@ -204,7 +204,7 @@ if ('onhashchange' in window) { 144 for (int i = 0; i < SIZE(s.lines); ++i) { 145 const vector<word>& w = s.lines.at(i).words; 146 for (int j = 0; j < SIZE(w); ++j) { -147 uint8_t x = hex_byte(w.at(j).data); // we're done with metadata by this point +147 uint8_t x = hex_byte(w.at(j).data); // we're done with metadata by this point 148 out.write(reinterpret_cast<const char*>(&x), /*sizeof(byte)*/1); 149 } 150 } -- cgit 1.4.1-2-gfad0