fix mkword(@(ptr), 0) wrong asm

This commit is contained in:
Irmen de Jong
2022-08-11 23:01:14 +02:00
parent 4d840c7db8
commit d6b8936376
3 changed files with 11 additions and 15 deletions

View File

@@ -3,8 +3,6 @@ TODO
For next release
^^^^^^^^^^^^^^^^
- crc ^= mkword(@(data), 0) produces faulty asm, as opposed to crc ^= mkword(variable, 0)
...