ldd3 icon indicating copy to clipboard operation
ldd3 copied to clipboard

Writing `u32` with `iowrite8` in `silly.c`

Open whfuyn opened this issue 2 years ago • 1 comments

Is it a bug to write u32 with iowrite8?

https://github.com/martinezjavier/ldd3/blob/bf49bb48ab3d16e81406953a0c3ae32a1faf534e/misc-modules/silly.c#L213-L220

whfuyn avatar Feb 27 '23 10:02 whfuyn

Sure. case M_16: has a bug too, should be iowrite16

ReAlUA avatar Feb 27 '23 12:02 ReAlUA