debug: Move debug_break into src/base

This commit is contained in:
Nathan Binkert
2009-02-23 11:48:40 -08:00
parent e8c1c3e72e
commit 3fa9812e1d
10 changed files with 91 additions and 22 deletions

View File

@@ -36,6 +36,7 @@ Source('bigint.cc')
Source('circlebuf.cc')
Source('cprintf.cc')
Source('crc.cc')
Source('debug.cc')
Source('fast_alloc.cc')
if env['USE_FENV']:
Source('fenv.c')