mirror of
https://github.com/open-goal/jak-project
synced 2026-08-22 07:04:29 -04:00
[goalc] Address-to-line (#783)
* refactor debug info stuff before adding form to emit * source mapping working for non-macro sourced forms * support macros
This commit is contained in:
@@ -3898,4 +3898,4 @@ TEST(EmitterXMM, SqrtS) {
|
||||
tester.emit(IGen::sqrts_xmm(XMM0 + 1, XMM0 + 12));
|
||||
tester.emit(IGen::sqrts_xmm(XMM0 + 11, XMM0 + 12));
|
||||
EXPECT_EQ(tester.dump_to_hex_string(true), "F30F51CAF3440F51DAF3410F51CCF3450F51DC");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user