Skip to content

Commit 5c25499

Browse files
committed
fix SRC file var
1 parent df94553 commit 5c25499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cpu/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ add_library(r4300i
4141
tlb_instructions.c tlb_instructions.h
4242
rsp_interface.c rsp_interface.h
4343
mips_instruction_decode.h
44-
${ASM_EMITTER_FILES})
44+
${DYNAREC_SRC_FILES})
4545

4646
add_library(rsp
4747
n64_rsp_bus.h

0 commit comments

Comments
 (0)