In [`runtime.zig`](/src/runtime.zig), `prepare_thread_environment` does not push the `rbp` stack base pointer onto the stack after the return address. This violates the x64 calling convention.
In
runtime.zig,prepare_thread_environmentdoes not push therbpstack base pointer onto the stack after the return address.This violates the x64 calling convention.