Skip to content

Commit

Permalink
Fixed printzv macro
Browse files Browse the repository at this point in the history
  • Loading branch information
Moriyoshi Koizumi committed May 5, 2003
1 parent 938d90f commit b2ea792
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gdbinit
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,11 @@ define ____printzv
printf "*uninitialized* "
end

set $zcontents = *(zval *) $zcontents
set $zcontents = *(struct _zval_struct *) $zvalue
if $arg1
____printzv_contents $zcontents $arg1
else
____printzv_contents $zcontents
____printzv_contents $zcontents 0
end
end

Expand Down

0 comments on commit b2ea792

Please sign in to comment.