1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-08-05 08:26:28 +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.