aboutsummaryrefslogtreecommitdiff
path: root/drivers/gfx-as.S
diff options
context:
space:
mode:
authorFranklin Wei <frankhwei536@gmail.com>2015-02-14 10:55:22 -0500
committerFranklin Wei <frankhwei536@gmail.com>2015-02-14 10:55:22 -0500
commitef4cc242dc8ad04320d19af22931fcbdbf670c13 (patch)
tree50af19ff8e207870e2fdbad6d2a9ea669c901da8 /drivers/gfx-as.S
parentca1c4f58224404d4361e8ca16837e48c88c0ee38 (diff)
downloadkappa-ef4cc242dc8ad04320d19af22931fcbdbf670c13.zip
kappa-ef4cc242dc8ad04320d19af22931fcbdbf670c13.tar.gz
kappa-ef4cc242dc8ad04320d19af22931fcbdbf670c13.tar.bz2
kappa-ef4cc242dc8ad04320d19af22931fcbdbf670c13.tar.xz
Stuff
Diffstat (limited to 'drivers/gfx-as.S')
-rw-r--r--drivers/gfx-as.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gfx-as.S b/drivers/gfx-as.S
index 9daf53a..675a6d5 100644
--- a/drivers/gfx-as.S
+++ b/drivers/gfx-as.S
@@ -89,7 +89,7 @@ gfx_vline:
.global gfx_drawpixel_32bpp
gfx_drawpixel_32bpp:
- movzwl fb_stride, %eax
+ movzwl fb_stride32, %eax
movl framebuffer, %edx
imull 8(%esp), %eax
movl _gfx_fgcol, %ecx