diff options
author | Nick Clifton <nickc@redhat.com> | 2001-02-01 00:14:40 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-02-01 00:14:40 +0000 |
commit | 88694af3f9e50c9196913fc0246cad42a0ae4d80 (patch) | |
tree | 008b77fe52a56ac41cc9d966445a8d4764aeea64 /sim/arm/armos.h | |
parent | 27b82ed26e4c5d8012bc78a194a50417e324e87a (diff) | |
download | gdb-88694af3f9e50c9196913fc0246cad42a0ae4d80.zip gdb-88694af3f9e50c9196913fc0246cad42a0ae4d80.tar.gz gdb-88694af3f9e50c9196913fc0246cad42a0ae4d80.tar.bz2 |
Detect installation of SWI vector by running program as well as loading program.
Diffstat (limited to 'sim/arm/armos.h')
-rw-r--r-- | sim/arm/armos.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sim/arm/armos.h b/sim/arm/armos.h index 1010b4f..d943735 100644 --- a/sim/arm/armos.h +++ b/sim/arm/armos.h @@ -93,3 +93,5 @@ extern unsigned long fpecode[]; extern unsigned long fpesize; + +extern int SWI_vector_installed; |