mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-18 00:41:26 -07:00
Begin converting os.Errno to be a nil-able type as a transition period
This commit is contained in:
@@ -399,7 +399,7 @@ cpu_topology_node_info :: struct {
|
||||
},
|
||||
_package: struct {
|
||||
vendor: cpu_vendor,
|
||||
cache_line_size: u32
|
||||
cache_line_size: u32,
|
||||
},
|
||||
_core: struct {
|
||||
model: u32,
|
||||
|
||||
Reference in New Issue
Block a user