about summary refs log tree commit diff stats
path: root/ex6.mu
diff options
context:
space:
mode:
Diffstat (limited to 'ex6.mu')
-rw-r--r--ex6.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/ex6.mu b/ex6.mu
index 64607678..16aa34eb 100644
--- a/ex6.mu
+++ b/ex6.mu
@@ -9,7 +9,7 @@
 #
 # Expected output: a box and text that doesn't overflow it
 
-fn main screen: (addr screen), keyboard: (addr keyboard) {
+fn main screen: (addr screen), keyboard: (addr keyboard), data-disk: (addr disk) {
   # drawing text within a bounding box
   draw-box-on-real-screen 0xf, 0x1f, 0x79, 0x51, 0x4
   var x/eax: int <- copy 0x20