From 731a9eda68e973693df3e4b290ca4cd2f8a74db8 Mon Sep 17 00:00:00 2001 From: Yotam Barnoy Date: Sun, 25 Apr 2010 15:14:57 +0000 Subject: PSP: A couple of small fixes to the debugging support svn-id: r48793 --- backends/platform/psp/trace.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'backends/platform/psp/trace.h') diff --git a/backends/platform/psp/trace.h b/backends/platform/psp/trace.h index 4e2a20c199..ab33aaa250 100644 --- a/backends/platform/psp/trace.h +++ b/backends/platform/psp/trace.h @@ -103,6 +103,7 @@ extern int psp_debug_indent; // We use this class to print out function calls on the stack in an easy way. // +#include "common/str.h" class PSPStackDebugFuncs { Common::String _name; @@ -117,7 +118,7 @@ public: if (psp_debug_indent < 0) PSP_ERROR("debug indent < 0\n"); \ PSP_INFO_PRINT_INDENT("-- %s\n", _name.c_str()); } -} +}; /* We don't need anything but this line at the beginning of each function to debug function calls */ #define DEBUG_ENTER_FUNC() PSPStackDebugFuncs(__PRETTY_FUNCTION__) -- cgit v1.2.3