소스 검색

MorphOS: hooked the new debug stuff into the MorphOS RTL

git-svn-id: trunk@28696 -
Károly Balogh 11 년 전
부모
커밋
155ae9961e
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      rtl/morphos/system.pp

+ 2 - 0
rtl/morphos/system.pp

@@ -26,6 +26,7 @@ interface
 {$define FPC_IS_SYSTEM}
 
 {$I systemh.inc}
+{$I osdebugh.inc}
 
 const
   LineEnding = #10;
@@ -76,6 +77,7 @@ var
 implementation
 
 {$I system.inc}
+{$I osdebug.inc}
 
 {$IFDEF MOSFPC_FILEDEBUG}
 {$WARNING Compiling with file debug enabled!}