1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-25 18:30:07 +00:00

Add return.

This commit is contained in:
Thomas Harte 2024-03-12 11:37:15 -04:00
parent c6b91559e1
commit 5d6bb11eb7

View File

@ -191,6 +191,7 @@ struct Registers {
}
exception<type>();
return true;
}
// MARK: - Condition tests.