]> git.gag.com Git - fw/sdcc/blobdiff - src/z80/gen.c
Turned off DE optimisation as arent yet splling
[fw/sdcc] / src / z80 / gen.c
index 2a31a4cde93f92fab7165819b73c8d9db4631961..ddee57b470582afe44a03097ee364b9efab943f8 100644 (file)
@@ -827,7 +827,7 @@ static void fetchLitPair(PAIR_ID pairId, asmop *left, int offset)
        _G.pairs[pairId].lit = gc_strdup(l);
        _G.pairs[pairId].offset = offset;
     }
-    if (IS_GB && pairId == PAIR_DE) {
+    if (IS_GB && pairId == PAIR_DE && 0) {
        if (_G.pairs[pairId].lit && !strcmp(_G.pairs[pairId].lit, l)) {
            if (abs(_G.pairs[pairId].offset - offset) < 3) {
                adjustPair(pair, &_G.pairs[pairId].offset, offset);