Changeset ff9ab1a in buchla-68k for Makefile


Ignore:
Timestamp:
07/23/2017 08:18:41 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
d2b9839
Parents:
55edaf3
Message:

Assembly code clobbers d2 and a2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r55edaf3 rff9ab1a  
    1919                                -Wstrict-prototypes -Wmissing-declarations -Wredundant-decls \
    2020                                -I include
     21
     22# the assembly code doesn't preserve registers d2 and a2; don't use them
     23# until this is fixed
     24
     25FLAGS_COM +=    -ffixed-d2 -ffixed-a2
    2126
    2227FLAGS_ASM :=    $(FLAGS) -Wa,--register-prefix-optional,--base-size-default-16
Note: See TracChangeset for help on using the changeset viewer.