mirror of
https://github.com/67-6f-64/AntiOreans-CodeDevirtualizer
synced 2026-06-08 10:18:33 +00:00
8 lines
163 B
C++
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));
|
|
} |