mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-18 20:40:28 +00:00
Compile as C! Whoop!
This commit is contained in:
@@ -44,7 +44,7 @@ u64 time_stamp__freq(void) {
|
||||
}
|
||||
|
||||
TimeStamp make_time_stamp(String label) {
|
||||
TimeStamp ts = {};
|
||||
TimeStamp ts = {0};
|
||||
ts.start = time_stamp_time_now();
|
||||
ts.label = label;
|
||||
return ts;
|
||||
|
||||
Reference in New Issue
Block a user