diff options
author | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-01-20 17:12:09 +0000 |
---|---|---|
committer | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-01-20 17:12:09 +0000 |
commit | 8e71621f784b27ac06c3b6301df161e445132b88 (patch) | |
tree | 2ced03206fa513cfed57147afbd2d9aa49e2ef2b /vl.h | |
parent | 57be54bb3e0114824eafd0c3cb7d75ffffffa897 (diff) | |
download | qemu-8e71621f784b27ac06c3b6301df161e445132b88.tar.gz qemu-8e71621f784b27ac06c3b6301df161e445132b88.tar.bz2 qemu-8e71621f784b27ac06c3b6301df161e445132b88.zip |
Add ARM Angel semihosting to system emulation.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2340 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'vl.h')
-rw-r--r-- | vl.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -159,6 +159,7 @@ extern int win2k_install_hack; extern int usb_enabled; extern int smp_cpus; extern int no_quit; +extern int semihosting_enabled; #define MAX_OPTION_ROMS 16 extern const char *option_rom[MAX_OPTION_ROMS]; |