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

Function swap_lineheader

src/debugmem.cpp:2425–2430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2423}
2424
2425static void swap_lineheader(struct debuglineheader *d, struct debuglineheader *s)
2426{
2427 memcpy(d, s, sizeof(struct debuglineheader));
2428 lwswp(d->length);
2429 lwswp(d->header_length);
2430}
2431
2432static void swap_header(struct sheader *d, struct sheader *s)
2433{

Callers 1

loadelffileFunction · 0.85

Calls 1

lwswpFunction · 0.85

Tested by

no test coverage detected