1
0
Fork 0
mirror of https://github.com/yuzu-emu/unicorn.git synced 2025-03-08 10:09:43 +00:00
unicorn/qemu/gen_all_header.sh
Nguyen Anh Quynh 344d016104 import
2015-08-21 15:04:50 +08:00

5 lines
126 B
Bash
Executable file

#!/bin/sh
for d in x86_64 arm m68k aarch64 mips mipsel mips64 mips64el sparc sparc64; do
python header_gen.py $d > $d.h
done