diff options
| author | Andrew Kelley <superjoe30@gmail.com> | 2017-04-21 10:39:13 -0400 |
|---|---|---|
| committer | Andrew Kelley <superjoe30@gmail.com> | 2017-04-21 10:39:13 -0400 |
| commit | e3c524c1d482a845bb2d6555bda386739c862226 (patch) | |
| tree | f787e6def3e09691db95852e1a264eb660585af1 /std/debug.zig | |
| parent | ecb71d1dd34e98fc9813cffa473f83127e6e3d01 (diff) | |
| download | zig-e3c524c1d482a845bb2d6555bda386739c862226.tar.gz zig-e3c524c1d482a845bb2d6555bda386739c862226.zip | |
rename `@ptrcast` to `@ptrCast` to follow convention
Diffstat (limited to 'std/debug.zig')
| -rw-r--r-- | std/debug.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/debug.zig b/std/debug.zig index 529c459992..a37f8749cf 100644 --- a/std/debug.zig +++ b/std/debug.zig @@ -74,7 +74,7 @@ pub fn writeStackTrace(out_stream: &io.OutStream) -> %void { const name = %return compile_unit.die.getAttrString(st, DW.AT_name); %return out_stream.printf("{} -> {}\n", return_address, name); - maybe_fp = *@ptrcast(&const ?&const u8, fp); + maybe_fp = *@ptrCast(&const ?&const u8, fp); } }, ObjectFormat.coff => { |
