Changeset 103074 in vbox for trunk/src/VBox/VMM/testcase
- Timestamp:
- Jan 25, 2024 8:44:01 PM (15 months ago)
- svn:sync-xref-src-repo-rev:
- 161320
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/tstIEMAImplDataSseBinary.S
r103064 r103074 44 44 NAME(g_abTests_\a_Instr): 45 45 .incbin "\a_szDataFile" 46 NAME(g_a Tests_end_\a_Instr):46 NAME(g_abTests_end_\a_Instr): 47 47 #ifdef ASM_FORMAT_ELF 48 .size NAME(g_abTests_\a_Instr), . - NAME(g_a Tests_\a_Instr)48 .size NAME(g_abTests_\a_Instr), . - NAME(g_abTests_\a_Instr) 49 49 .type NAME(g_abTests_\a_Instr), object 50 50 #endif … … 53 53 .globl NAME(g_cbTests_\a_Instr) 54 54 NAME(g_cbTests_\a_Instr): 55 .int NAME(g_abTests_end_\a_Instr) - NAME(g_a Tests_\a_Instr)55 .int NAME(g_abTests_end_\a_Instr) - NAME(g_abTests_\a_Instr) 56 56 #ifdef ASM_FORMAT_ELF 57 57 .size NAME(g_cbTests_\a_Instr), 4
Note:
See TracChangeset
for help on using the changeset viewer.