]> Shamusworld >> Repos - rmac/blobdiff - rmac.c
Removed some dead code, as well as all gpu/dsp regbank check code (not only it was...
[rmac] / rmac.c
diff --git a/rmac.c b/rmac.c
index 782f97c7435826f57d033bcfe60c880335f3e402..473f372cc4344f42d6c6956c41de6bb8023a7e99 100644 (file)
--- a/rmac.c
+++ b/rmac.c
@@ -43,7 +43,6 @@ int rgpu, rdsp;                                       // Assembling Jaguar GPU or DSP code
 int robjproc;                                  // Assembling Jaguar Object Processor code
 int dsp56001;                                  // Assembling DSP 56001 code
 int list_fd;                                   // File to write listing to
-int regbank;                                   // RISC register bank
 int segpadsize;                                        // Segment padding size
 int endian;                                            // Host processor endianess (0 = LE, 1 = BE)
 char * objfname;                               // Object filename pointer
@@ -316,7 +315,6 @@ int Process(int argc, char ** argv)
        rdsp = 0;                                               // Initialize DSP assembly flag
        robjproc = 0;                                   // Initialize OP assembly flag
        lsym_flag = 1;                                  // Include local symbols in object file
-       regbank = BANK_N;                               // No RISC register bank specified
        orgactive = 0;                                  // Not in RISC org section
        orgwarning = 0;                                 // No ORG warning issued
        segpadsize = 2;                                 // Initialize segment padding size