[quake3-commits] [ioquake/ioq3] 60a200: Fixes a crash when compiling the project on window...

Ch40zz noreply at github.com
Thu May 20 05:13:03 EDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/ioquake/ioq3
  Commit: 60a20004193f000a6bcc35d1237dabbcc4229143
      https://github.com/ioquake/ioq3/commit/60a20004193f000a6bcc35d1237dabbcc4229143
  Author: Ch40zz <adawolfa at web.de>
  Date:   2021-05-20 (Thu, 20 May 2021)

  Changed paths:
    M code/asm/vm_x86_64.asm

  Log Message:
  -----------
  Fixes a crash when compiling the project on windows in 64 bit mode.
Not all non-volatile registers were actually saved and restored, leading to a few registers being trashed after calling the vm instructions.
All non-volatile registers have been added.




More information about the quake3-commits mailing list