Ver código fonte

Fix yet another typo in Lionel's header file updates. Someone is mistaking TIGCCLIB for a junkyard for broken untested code.

git-svn-id: file:///var/svn/tigccpp/trunk@771 9552661e-59e3-4036-b4f2-dbe53926924f
kevinkofler 18 anos atrás
pai
commit
76867fb97f

+ 1 - 1
tigcc/doc/System/Include/vat.h/GetDataType.hsf

@@ -9,7 +9,7 @@ See Also=SmapTypeStrings, events.h/handleVarLinkKey
 
 [ROM Call]
 Index=$435
-Address Hack=(*(unsigned long*)((unsigned char *)_row_call_addr(319)+134))
+Address Hack=(*(unsigned long*)((unsigned char *)_rom_call_addr(319)+134))
 
 [Description]
 Returns the data type for a given tag pointed to by <I>tagptr</I>.

+ 1 - 1
tigcc/include/C/vat.h

@@ -133,7 +133,7 @@ extern SYM_ENTRY *FindProgramVar(void)__ATTR_LIB_C__;
 #define VarRecall ({__need_in_use_bit;_rom_call(HSym,(SYM_STR,short),85);})
 #define VarStore ({__need_in_use_bit;_rom_call(HSym,(SYM_STR,short,short,...),86);})
 #if MIN_AMS>=101
-#define GetDataType _rom_call_hack(short,(CESI),435,((*(unsigned long*)((unsigned char*)_row_call_addr(319)+134))),200)
+#define GetDataType _rom_call_hack(short,(CESI),435,((*(unsigned long*)((unsigned char*)_rom_call_addr(319)+134))),200)
 #if MIN_AMS>=200
 #define SmapTypeStrings _rom_call(const char*,(short),436)
 #endif