11 lines
127 B
C++
11 lines
127 B
C++
#pragma once
|
|
|
|
#include "arctyx/compiler/Register.h"
|
|
|
|
class StackParam
|
|
{
|
|
private:
|
|
bool pointer;
|
|
const Register *reg;
|
|
|
|
}; |