[Decompiler] Fixes for dma-disasm (#377)

* small tweaks

* fix up some more dma stuff
This commit is contained in:
water111
2021-04-23 20:29:15 -04:00
committed by GitHub
parent 0b8a878533
commit fa122356ec
57 changed files with 467 additions and 433 deletions
@@ -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"