about summary refs log tree commit diff stats
path: root/400.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-03-22 22:56:33 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-03-22 22:56:33 -0700
commitc0607ecca838360b8ba1133993601330f199c043 (patch)
tree4006832c3dc201b4c0441c258683896d0f5a5f79 /400.mu
parent480daf408cce9b345f74938b87481d57c2e1e43b (diff)
downloadmu-c0607ecca838360b8ba1133993601330f199c043.tar.gz
.
Diffstat (limited to '400.mu')
-rw-r--r--400.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/400.mu b/400.mu
index 391ca57d..2f7896c8 100644
--- a/400.mu
+++ b/400.mu
@@ -9,7 +9,7 @@ sig draw-cursor-on-real-screen g: grapheme
 sig read-key kbd: (addr keyboard) -> _/eax: byte
 
 # disk
-sig load-sector-string-from-primary-bus-secondary-drive LBAlo: byte, LBAmid: byte, LBAhi: byte, out: (addr stream byte)
+sig load-first-sector-from-primary-bus-secondary-drive out: (addr stream byte)
 
 # tests
 sig count-test-failure