You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#include <vmlifters.hpp>
|
|
|
|
namespace vm::lifters
|
|
{
|
|
vm::lifters::lifter_t lvsp = {
|
|
// vsp = vsp[0]
|
|
vm::handler::LVSP,
|
|
[]( vtil::basic_block *blk, vm::instrs::virt_instr_t *vinstr ) { blk->pop( vtil::REG_SP ); } };
|
|
} |