mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-03 17:05:47 +00:00
Added arm64eb sample to sample_all.sh script (#809)
This commit is contained in:
parent
0109cd6c8a
commit
1940bc7032
|
@ -30,6 +30,7 @@ fi
|
||||||
if test -e $DIR/sample_arm64; then
|
if test -e $DIR/sample_arm64; then
|
||||||
echo "=========================="
|
echo "=========================="
|
||||||
$DIR/sample_arm64
|
$DIR/sample_arm64
|
||||||
|
$DIR/sample_arm64eb
|
||||||
fi
|
fi
|
||||||
if test -e $DIR/sample_mips; then
|
if test -e $DIR/sample_mips; then
|
||||||
echo "=========================="
|
echo "=========================="
|
||||||
|
|
Loading…
Reference in a new issue