From 5cb8fa6648f7f21d1e99535c8a3d06c789f0f221 Mon Sep 17 00:00:00 2001 From: Tat-Chee Wan (USM) Date: Mon, 20 Jun 2011 09:26:03 +0800 Subject: fix typo error in header filename --- Debugger/debug_runlooptasks.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Debugger/debug_runlooptasks.S b/Debugger/debug_runlooptasks.S index 304ad47..48b7e5a 100644 --- a/Debugger/debug_runlooptasks.S +++ b/Debugger/debug_runlooptasks.S @@ -71,7 +71,7 @@ #include "debug_internals.h" #include "debug_macros.h" -#include "debug.stub.h" +#include "debug_stub.h" .code 32 .align 4 -- cgit v1.2.3