mirror of
https://github.com/holub/mame
synced 2025-04-21 16:01:56 +03:00

* cpu/uml.cpp: Removed unused vector type. * 3rdparty/asmjit: Update asmjit to latest upstream. * cpu/drcbex64.cpp: Fixed crash with LOG_HASHJMPS enabled (stack needs to be 16-byte aligned before calling debug_log_hashjmp_fail).
4 lines
51 B
Bash
Executable File
4 lines
51 B
Bash
Executable File
#!/usr/bin/env sh
|
|
set -e
|
|
node ./tablegen-x86.js $@
|