ARM: as: Fix strh__ typo.

* module/mescc/armv4/as.scm (armv4:word-r0-mem->r1-mem): Add missing "_"
to strh__.
This commit is contained in:
Jan (janneke) Nieuwenhuizen 2020-08-23 10:14:56 +02:00
parent ddfdd1cb7f
commit a945bee494
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 1 additions and 1 deletions

View File

@ -475,7 +475,7 @@
(r1 (get-r1 info))
(r2 (car registers)))
`((,(string-append "mov____(%" r0 "),%" r2))
(,(string-append "strh__%" r2 ",(%" r1 ")")))))
(,(string-append "strh___%" r2 ",(%" r1 ")")))))
(define (armv4:r0+value info v)
(let ((r0 (get-r0 info)))