mirror of
https://github.com/open-goal/jak-project
synced 2026-08-21 23:00:45 -04:00
Compiler Cleanup and Documentation (#54)
* start cleanup * fix typos * fix syntax highlighting in doc * lots of documentation updates * clean and add tests * more documentation and more error messages * more document and try building kernel differently
This commit is contained in:
@@ -194,8 +194,8 @@ void Deci2Server::run() {
|
||||
}
|
||||
|
||||
auto* hdr = (Deci2Header*)(buffer);
|
||||
fprintf(stderr, "[DECI2] Got message:\n");
|
||||
fprintf(stderr, " %d %d 0x%x %c -> %c\n", hdr->len, hdr->rsvd, hdr->proto, hdr->src, hdr->dst);
|
||||
fprintf(stderr, "[DECI2] Got message: %d %d 0x%x %c -> %c\n", hdr->len, hdr->rsvd, hdr->proto,
|
||||
hdr->src, hdr->dst);
|
||||
|
||||
hdr->rsvd = got;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user