mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +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).
6 lines
103 B
Bash
Executable File
6 lines
103 B
Bash
Executable File
#!/usr/bin/env sh
|
|
set -e
|
|
node ./tablegen-a32.js $@
|
|
node ./tablegen-a64.js $@
|
|
node ./tablegen-x86.js $@
|