DSP LLE Interpreter: Fix typo in 'LS
This was introduced in fc1db5eaa0
.
This commit is contained in:
parent
e7f78379ec
commit
928f745e36
|
@ -168,7 +168,7 @@ void Interpreter::ln(const UDSPInstruction opc)
|
|||
}
|
||||
}
|
||||
|
||||
// LS $axD.D, $acS.m108
|
||||
// LS $axD.D, $acS.m
|
||||
// xxxx xxxx 10dd 000s
|
||||
// Load register $axD.D with value from memory pointed by register
|
||||
// $ar0. Store value from register $acS.m to memory location pointed by
|
||||
|
|
Loading…
Reference in New Issue