mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2024-12-22 19:05:32 +00:00
samples: add all sample code to sample_all.sh
This commit is contained in:
parent
0150ca24b1
commit
f2e75422e8
|
@ -42,3 +42,18 @@ if test -e $DIR/sample_m68k; then
|
|||
echo "=========================="
|
||||
$DIR/sample_m68k
|
||||
fi
|
||||
|
||||
if test -e $DIR/mem_apis; then
|
||||
echo "=========================="
|
||||
$DIR/mem_apis
|
||||
fi
|
||||
|
||||
if test -e $DIR/sample_batch_reg; then
|
||||
echo "=========================="
|
||||
$DIR/sample_batch_reg
|
||||
fi
|
||||
|
||||
if test -e $DIR/sample_x86_32_gdt_and_seg_regs; then
|
||||
echo "=========================="
|
||||
$DIR/sample_x86_32_gdt_and_seg_regs
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue