mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-03 17:25:30 +00:00
add sample_armeb to sample_all.sh
This commit is contained in:
parent
1bef32fff6
commit
b9712f0a5d
|
@ -25,6 +25,7 @@ fi
|
|||
if test -e $DIR/sample_arm; then
|
||||
echo "=========================="
|
||||
$DIR/sample_arm
|
||||
$DIR/sample_armeb
|
||||
fi
|
||||
if test -e $DIR/sample_arm64; then
|
||||
echo "=========================="
|
||||
|
|
Loading…
Reference in a new issue