Skip to content

Commit

Permalink
#81 delete debug
Browse files Browse the repository at this point in the history
  • Loading branch information
c71n93 committed Nov 17, 2023
1 parent 01b6480 commit 7eef57a
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
Binary file removed 1debug/bubblesort-test
Binary file not shown.
Binary file removed 1debug/mult-test
Binary file not shown.
Binary file removed 1debug/nqueens-test
Binary file not shown.
Binary file removed 1debug/primenumber-test
Binary file not shown.
Binary file removed 1debug/privillege-change
Binary file not shown.
2 changes: 1 addition & 1 deletion include/besm-666/basic-block.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class BasicBlock {
BasicBlock() : startPC_(0), sz_(0) {}
BasicBlock(RV64UDWord startPC) : startPC_(startPC), sz_(0) {}

static constexpr size_t capacity = 32;
static constexpr size_t capacity = 33;

/**
* \brief Puts another instruction in the base block until it is completed.
Expand Down

0 comments on commit 7eef57a

Please sign in to comment.