Skip to content

Commit

Permalink
Update the m68k2 assembler for the change in REL constants.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgiven committed Jan 10, 2025
1 parent a2f2af2 commit c6c387c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mach/m68k2/as/mach1.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ extern int curr_instr;
#define PUTL 0x80

#ifndef extern
extern short eamode[];
extern int eamode[];
#else
short eamode[] = {
int eamode[] = {
/* 00A */ DTA |ALT,
/* 01A */ ALT,
/* 02A */ DTA|MEM|CTR|ALT,
Expand Down

0 comments on commit c6c387c

Please sign in to comment.