#Pointer to struct suddenly has garbage values

1 messages · Page 1 of 1 (latest)

marble gulch
#

what is self.get_current_frame();?

empty prawn
#
    fn get_current_frame(self: *Self) *CallFrame {
        return @constCast(&self.frames.getLast());
    }
#

Never mind

#

I see the problem