atari/tos now seems to work again.

This commit is contained in:
Markus F.X.J. Oberhumer
2006-11-12 18:25:46 +01:00
parent 9d0270dcd6
commit 8e0bd936eb
6 changed files with 1616 additions and 1464 deletions
+2 -7
View File
@@ -80,7 +80,6 @@ protected:
{
// "constant"
bool need_reloc;
// these are updated by buildLoader()
enum { LOOP_NONE, LOOP_SUBQ_L, LOOP_SUBQ_W, LOOP_DBRA };
struct LoopInfo {
@@ -91,14 +90,10 @@ protected:
LoopInfo loop2;
LoopInfo loop3;
unsigned decompr_offset;
// before linker->relocate()
// after linker->relocate()
unsigned copy_to_stack_len;
//
unsigned flush_cache_rts_offset;
unsigned clear_bss_size_p4;
unsigned clear_dirty_stack_len;
// FIXME: up11 etc.
// const char *decompr_start;
unsigned copy_to_stack_len;
void reset() { memset(this, 0, sizeof(*this)); }
};