diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2006-12-20 18:39:40 -0500 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2006-12-20 18:39:40 -0500 |
commit | f13155393df010665b468db5e2e64131a7b2c5da (patch) | |
tree | 09a0ee16d3be4a53c2c275f7f403665bd644707b /src/arch/sparc/system.hh | |
parent | 841d76d37bb86b2ad05ce378282605a748c314eb (diff) | |
download | gem5-f13155393df010665b468db5e2e64131a7b2c5da.tar.xz |
Initial work to make remote gdb available in SE mode. This is completely untested.
--HG--
extra : convert_revision : 3ad9a3368961d5e9e71f702da84ffe293fe8adc8
Diffstat (limited to 'src/arch/sparc/system.hh')
-rw-r--r-- | src/arch/sparc/system.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/arch/sparc/system.hh b/src/arch/sparc/system.hh index c81b093e8..ac4d34279 100644 --- a/src/arch/sparc/system.hh +++ b/src/arch/sparc/system.hh @@ -68,8 +68,6 @@ class SparcSystem : public System ~SparcSystem(); - virtual bool breakpoint(); - /** * Serialization stuff */ |