Files
2023-04-12 22:04:03 +02:00

8 lines
163 B
C++

#include "tiger_context.hpp"
void tiger_context::clear()
{
this->wild_context::clear();
memset(this->tiger_operands, 0, sizeof(this->tiger_operands));
}