This commit is contained in:
Andrzej Janik 2024-04-05 23:25:38 +02:00
parent 33ef74121c
commit 98d5a674a8

View file

@ -1969,7 +1969,7 @@ fn insert_hardware_registers<'input>(
// * sub.cc x, 0,0 will set CC to 1
// and for subc:
// * if CC is 1 then subc will compute d = a - b
// * if CC is 0 then subc will compute d = (a - b) + 1
// * if CC is 0 then subc will compute d = a - b - 1
fn insert_hardware_registers_impl<'input>(
id_defs: &mut IdNameMapBuilder<'input>,
typed_statements: Vec<TypedStatement>,