From 06cb237af682fbc45a72c4e43e3f8126b2c9cac6 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Mon, 30 Aug 2004 19:52:45 +0000 Subject: New debug feature: Use the SH1 user break controller to catch illegal memory accesses git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5026 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index a7ae34f..6892cb9 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -259,6 +259,9 @@ static const struct plugin_api rockbox_api = { mpeg_get_file_pos, find_next_frame, mpeg_get_last_header, +#ifndef SIMULATOR + system_memory_guard, +#endif }; int plugin_load(const char* plugin, void* parameter) -- cgit v1.1