1
0
Fork 0
mirror of https://github.com/yuzu-emu/unicorn.git synced 2025-01-11 19:05:36 +00:00
unicorn/qemu/gen_all_header.sh
2017-04-24 23:30:01 +08:00

5 lines
142 B
Bash
Executable file

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