From e3c524c1d482a845bb2d6555bda386739c862226 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Fri, 21 Apr 2017 10:39:13 -0400 Subject: rename `@ptrcast` to `@ptrCast` to follow convention --- std/debug.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'std/debug.zig') 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 => { -- cgit v1.2.3