Skip to content

Commit e9d40f6

Browse files
authored
Match some functions in ugen (#50)
* Some changes in as0 * Match swap.p * Match some functions in parm_mgr.p * Remove an unecessary comment * Match some functions in translate.p * Pull request review * PR review
1 parent b573a82 commit e9d40f6

File tree

12 files changed

+1195
-170
lines changed

12 files changed

+1195
-170
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ CC_CHECK_COMP ?= gcc
1414
ifeq ($(VERSION),7.1)
1515
IDO_VERSION := IDO_71
1616
# IDO_TC := cc acpp as0 as1 cfe copt ugen ujoin uld umerge uopt upas usplit
17-
IDO_TC := cc cfe ugen as1 umerge
17+
IDO_TC := cc cfe ugen as1 umerge as0
1818
else ifeq ($(VERSION),5.3)
1919
IDO_VERSION := IDO_53
2020
# IDO_TC := cc acpp as0 as1 cfe copt ld ugen ujoin uld umerge uopt usplit
@@ -135,6 +135,7 @@ $(BUILD)/src/%.o: CC := $(ASM_PROCESSOR) $(ASM_PROC_FLAGS) $(CC) -- $(AS) $(ASFL
135135

136136

137137
build/src/7.1/mld/%.o: OPTFLAGS := -O2
138+
build/src/7.1/as0/%.o: OPTFLAGS := -O2
138139
build/src/7.1/as1/%.o: OPTFLAGS := -O2
139140
build/src/7.1/cfe/%.o: OPTFLAGS := -O2
140141
build/src/7.1/ugen/%.o: OPTFLAGS := -O2

0 commit comments

Comments
 (0)