Skip to content

Commit

Permalink
Update prog.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
satyan0 authored Mar 12, 2023
1 parent ae36227 commit 4c2703a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions prog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -797,6 +797,7 @@ class Memory{

}
}
public:
Memory()
{
memory_access();
Expand Down Expand Up @@ -864,6 +865,7 @@ class WB{
}
RF[0]=0; //x0 is always 0;
}
public:
WB()
{
wb();
Expand Down

0 comments on commit 4c2703a

Please sign in to comment.