Commit 5752f0a1 authored by Marcus Comstedt's avatar Marcus Comstedt
Browse files

pk: Fix pushing of argc to match linux kernel behaviour

The linux kernel pushes argc as an int, not an uintptr_t.
(The offset to the next element is still sizeof(uintptr_t).)
parent 8ac2e518
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment