Skip to content

Commit

Permalink
fixes compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
eyck committed Nov 6, 2022
1 parent a16bf4f commit 4ccf927
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vm/tcc/vm_rv64gc.cpp
Expand Up @@ -8890,6 +8890,7 @@ template <typename ARCH> class vm_impl : public iss::tcc::vm_base<ARCH> {

/* instruction 199: C.SRLI64 */
compile_ret_t __c_srli64(virt_addr_t& pc, code_word_t instr, tu_builder& tu){
return std::tuple<iss::tcc::continuation_e>();
}

/****************************************************************************
Expand Down

0 comments on commit 4ccf927

Please sign in to comment.