eliminate using namespace

This commit is contained in:
Martin Michelsen
2026-05-25 16:38:31 -07:00
parent 4503d09c77
commit e9c2ac34a3
98 changed files with 6022 additions and 6531 deletions
@@ -66,7 +66,7 @@ max_stack_size_for_tool_start:
.binary 0A 0A 01 0A 0A 0A 0A 0A 0A 01 01 01 01 01 01 01 63 01 01 01 01 01
data_end:
# eax = min<uint8_t>(data1[1], 0x15)
# eax = std::min<uint8_t>(data1[1], 0x15)
mov al, [ecx + 1]
xor edx, edx
mov dl, 0x15