py_getreg method
Get the i-th register. All registers are located in a contiguous memory.
Implementation
py_GlobalRef py_getreg(
int i,
) {
return _py_getreg(
i,
);
}
Get the i-th register. All registers are located in a contiguous memory.
py_GlobalRef py_getreg(
int i,
) {
return _py_getreg(
i,
);
}