Fix V8 registerFunction asm build

This commit is contained in:
2026-08-28 17:39:31 +02:00
parent 6e0c0850e8
commit 855ea340cc
-1
View File
@@ -109,7 +109,6 @@ noinline fn registerFunction(name: [*:0]const u8, func_addr: usize) void {
: [name] "{ecx}" (@intFromPtr(name)),
[func] "{edx}" (func_addr),
);
_ = eax_clobber;
}
fn allocateGameBuffer(size: u32) ?[*]u8 {