Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anjo76/angelscript
/ align
Method
align
sdk/angelscript/source/as_callfunc_e2k.cpp:93–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
void align() {
94
m_count += m_count & 1;
95
}
96
97
void push(asQWORD arg) {
98
asASSERT(m_count < E2K_MAX_ARGS);
Callers
1
CallSystemFunctionNative
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected