Skip to content

Commit

Permalink
dv
Browse files Browse the repository at this point in the history
  • Loading branch information
xingzhi0420 committed Feb 9, 2024
1 parent fd88869 commit 06c9c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dv/con_branch_cont.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <cstdint>
#include <stdlib.h>
#include <math.h>
#include <iostream.h>
#include <iostream>
bool eval_act(uint32_t alu_out, uint8_t cond) {
bool act;
switch(cond){
Expand Down

0 comments on commit 06c9c0d

Please sign in to comment.