From f6f6b2cba38147ca4b5dc4ef1023473148b234bd Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Wed, 18 Mar 2020 01:40:58 +0900 Subject: [PATCH] [qwaq] Doc the issue number for blit slug --- ruamoko/qwaq/qwaq-draw.r | 1 + 1 file changed, 1 insertion(+) diff --git a/ruamoko/qwaq/qwaq-draw.r b/ruamoko/qwaq/qwaq-draw.r index 600537215..fd0d368aa 100644 --- a/ruamoko/qwaq/qwaq-draw.r +++ b/ruamoko/qwaq/qwaq-draw.r @@ -73,6 +73,7 @@ for (int x = 0; x < rect.extent.width; x++) { // FIXME 1) need memcpy/memmove // 2) the generated code could be better + // github issue #3 *d++ = *s++; } }