From 3ff26ba84fd298886c6515407c61751984e05f68 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Tue, 27 Dec 2011 03:00:00 +0200 Subject: DREAMWEB: Move all of the functions to DreamBase and remove stubs.h --- devtools/tasmrecover/tasm/cpp.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'devtools') diff --git a/devtools/tasmrecover/tasm/cpp.py b/devtools/tasmrecover/tasm/cpp.py index 686aea9ee9..e1f8228ab7 100644 --- a/devtools/tasmrecover/tasm/cpp.py +++ b/devtools/tasmrecover/tasm/cpp.py @@ -652,10 +652,6 @@ public: if self.skip_dispatch_call == False: self.hd.write( """ void __dispatch_call(uint16 addr); -""") - self.hd.write( -"""#include "stubs.h" // Allow hand-reversed functions to have a signature different than void f() - """) -- cgit v1.2.3