mirror of
https://github.com/open-goal/jak-project
synced 2026-06-28 11:11:00 -04:00
[Decompiler] Fixes for dma-disasm (#377)
* small tweaks * fix up some more dma stuff
This commit is contained in:
@@ -952,7 +952,7 @@ TEST_F(FormRegressionTest, DmaBufferAddVuFunction) {
|
||||
std::string type = "(function dma-buffer vu-function int symbol)";
|
||||
std::string expected =
|
||||
"(begin\n"
|
||||
" (let ((v1-0 (the-as pointer (&-> arg1 data 4)))\n"
|
||||
" (let ((v1-0 (&-> arg1 data 4))\n"
|
||||
" (a3-0 (-> arg1 qlength))\n"
|
||||
" (a1-1 (-> arg1 origin))\n"
|
||||
" )\n"
|
||||
|
||||
Reference in New Issue
Block a user