X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=sect.h;h=073d625d62779f2b6db06e1af063cbdff909026b;hp=4cd5db4bb1d51b60a55f7fd9ee2fd299754754a5;hb=eace4e1b294ccec54a5c476619f616f5da0bf8a9;hpb=f3c7d186a15b89c39e360b9cc89545a0d24bd6a4;ds=sidebyside diff --git a/sect.h b/sect.h index 4cd5db4..073d625 100644 --- a/sect.h +++ b/sect.h @@ -79,7 +79,9 @@ #else -#error Please implement a non-byte swapped D_extend! +WARNING(Please implement a non-byte swapped D_extend!) +//stopgap for now, until this can be implemented proppa-ly :-P +#define D_extend(w) {chcheck(12); chptr+=12; sloc+=12; ch_size+=12; if(orgactive) orgaddr +=12;} #endif // Fill n bytes with zeroes @@ -213,7 +215,7 @@ void SwitchSection(int); void SaveSection(void); int fixtest(int, uint32_t); int chcheck(uint32_t); -int AddFixup(uint16_t, uint32_t, TOKENPTR); +int AddFixup(uint16_t, uint32_t, TOKEN *); int ResolveAllFixups(void); #endif // __SECT_H__