From f1a149c86036a7686ac1cfae3983370e9347d6e6 Mon Sep 17 00:00:00 2001 From: xnumad <34810600+xnumad@users.noreply.github.com> Date: Fri, 24 Mar 2023 21:35:30 +0100 Subject: Fix branching example Was only wrong in the Java code, assembly code seems fine. --- mips.html.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/mips.html.markdown b/mips.html.markdown index b5e35525..6f48dc33 100644 --- a/mips.html.markdown +++ b/mips.html.markdown @@ -186,6 +186,7 @@ gateways and routers. # else # max = c; # else + # if (b > c) # max = b; # else # max = c; -- cgit v1.2.3