Commit b492d43e authored by Lioncash's avatar Lioncash
Browse files

thread: Remove unnecessary memset from ResetThreadContext()

Regular value initialization is adequate here for zeroing out data. It
also has the benefit of not invoking undefined behavior if a non-trivial
type is ever added to the struct for whatever reason.
parent 9bf409f2
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