mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 14:24:54 +00:00
DSP: Fix typo with TST
This commit is contained in:
parent
4dc7208195
commit
baf2c710ff
2 changed files with 2 additions and 2 deletions
|
@ -81,7 +81,7 @@ void Interpreter::andf(const UDSPInstruction opc)
|
|||
|
||||
// TST
|
||||
// 1011 r001 xxxx xxxx
|
||||
// Test accumulator %acR.
|
||||
// Test accumulator $acR.
|
||||
//
|
||||
// flags out: --xx xx00
|
||||
void Interpreter::tst(const UDSPInstruction opc)
|
||||
|
|
|
@ -126,7 +126,7 @@ void DSPEmitter::andf(const UDSPInstruction opc)
|
|||
|
||||
// TST
|
||||
// 1011 r001 xxxx xxxx
|
||||
// Test accumulator %acR.
|
||||
// Test accumulator $acR.
|
||||
//
|
||||
// flags out: --xx xx00
|
||||
void DSPEmitter::tst(const UDSPInstruction opc)
|
||||
|
|
Loading…
Add table
Reference in a new issue