Fix branching example

Was only wrong in the Java code, assembly code seems fine.
This commit is contained in:
xnumad 2023-03-24 21:35:30 +01:00 committed by GitHub
parent d7356d4b39
commit f1a149c860
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -186,6 +186,7 @@ gateways and routers.
# else
# max = c;
# else
# if (b > c)
# max = b;
# else
# max = c;