On Mon Dec 12 14:33:10 2022 +0000, Rémi Bernon wrote:
FWIW it should probably look like:
0000000000022960 <thunk64_vkGetDescriptorEXT>: 22960: 48 8b 07 mov (%rdi),%rax 22963: 48 8b 4f 18 mov 0x18(%rdi),%rcx 22967: 48 8b 57 10 mov 0x10(%rdi),%rdx 2296b: 48 8b 77 08 mov 0x8(%rdi),%rsi 2296f: 48 8b 40 08 mov 0x8(%rax),%rax 22973: 48 8b b8 90 0e 00 00 mov 0xe90(%rax),%rdi 2297a: ff a0 e8 0a 00 00 jmp *0xae8(%rax)
Oh wow, sorry, I somehow assumed -O2 would be the default like it is with most projects using meson nowadays, I'll rebuild and try this again.