From 96b6d623a6f1160fc6df1406844d7868b66cc659 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 9 May 2021 09:46:46 -0700 Subject: . --- html/mandelbrot-fixed.mu.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'html') diff --git a/html/mandelbrot-fixed.mu.html b/html/mandelbrot-fixed.mu.html index ed2dfbe9..aa464470 100644 --- a/html/mandelbrot-fixed.mu.html +++ b/html/mandelbrot-fixed.mu.html @@ -140,9 +140,9 @@ if ('onhashchange' in window) { 81 82 # special routines for multiplying and dividing fixed-point numbers 83 - 84 fn multiply-fixed a: int, b: int -> _/eax: int { - 85 var result/eax: int <- copy a - 86 result <- multiply b + 84 fn multiply-fixed a-f: int, b-f: int -> _/eax: int { + 85 var result/eax: int <- copy a-f + 86 result <- multiply b-f 87 { 88 break-if-not-overflow 89 abort "multiply-fixed: overflow" -- cgit 1.4.1-2-gfad0