fix include dir for if tests
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3088 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
3e4f0d1fc7
commit
9dbd4c6715
|
@ -1,4 +1,5 @@
|
|||
; This test checks the effect of various SR flags over ifg and ifle
|
||||
incdir "tests"
|
||||
include "dsp_base.inc"
|
||||
|
||||
lri $IX0, #0x0000
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
; This test checks the effect of various SR flags over ifg and ifle
|
||||
incdir "tests"
|
||||
include "dsp_base.inc"
|
||||
|
||||
lri $IX0, #0x0000
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
; This test checks the effect of various SR flags over ifz and ifnz
|
||||
incdir "tests"
|
||||
include "dsp_base.inc"
|
||||
|
||||
lri $IX0, #0x0000
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
; This test checks the effect of various SR flags over iflz and ifnlz
|
||||
incdir "tests"
|
||||
include "dsp_base.inc"
|
||||
|
||||
lri $IX0, #0x0000
|
||||
|
|
Loading…
Reference in New Issue