Compile T and NIL correctly
[app-scheme79asm.git] / lib / App / Scheme79asm.pm
index 1590d8568db0552bdfe41444499da12916b28db4..602afd1484316615b334b804e6af01975f5982b6 100644 (file)
@@ -71,6 +71,7 @@ sub process {
        die "Type too large: $type\n" if $type >= (1 << $self->{type_bits});
        die "Addr too large: $addr\n" if $addr >= (1 << $self->{addr_bits});
        my $result = ($type << $self->{addr_bits}) + $addr;
+
        unless ($location) {
                $self->{freeptr}++;
                $location = $self->{freeptr}
This page took 0.009491 seconds and 4 git commands to generate.