MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / gw

Function gw

src/debugmem.cpp:1127–1130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1125 return (p[0] << 24) | (p[1] << 16) | (p[2] << 8) | (p[3]);
1126}
1127static uae_u16 gw(uae_u8 *p)
1128{
1129 return (p[0] << 8) | (p[1]);
1130}
1131
1132static bool loadcodefiledata(struct debugcodefile *cf)
1133{

Callers 3

loadhunkfileFunction · 0.70
loaddebugmemhunkfileFunction · 0.70
loadelffileFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected