summaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
Diffstat (limited to 'base')
-rw-r--r--base/trace.hh2
-rw-r--r--base/traceflags.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/base/trace.hh b/base/trace.hh
index 02f1b0de9..5e14f1bff 100644
--- a/base/trace.hh
+++ b/base/trace.hh
@@ -203,7 +203,7 @@ do { \
#define DPRINTFR(x, args...) \
do { \
if (Trace::IsOn(Trace::x)) \
- __dprintf((Tick)-1, string(), args, cp::ArgListNull()); \
+ __dprintf((Tick)-1, std::string(), args, cp::ArgListNull()); \
} while (0)
#define DPRINTFN(args...) \
diff --git a/base/traceflags.py b/base/traceflags.py
index d44d44681..e814a00fb 100644
--- a/base/traceflags.py
+++ b/base/traceflags.py
@@ -98,7 +98,7 @@ baseFlags = [
'Serialize',
'Event',
'PCEvent',
- 'SyscallWarnings',
+ 'Syscall',
'SyscallVerbose',
'DiskImage',
'DiskImageRead',