Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix initialization of parent attributes; resolves RT#61488.
  • Loading branch information
jnthn committed Feb 18, 2009
1 parent 5d74999 commit 6663565
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/classes/Object.pir
Expand Up @@ -361,8 +361,8 @@ the object's type and address.
posargs_loop:
unless pos_it goto posargs_done
argproto = shift pos_it
$P1 = $P0.'WHAT'()
ne_addr parentproto, $P1, posargs_loop
$P1 = argproto.'HOW'()
ne_addr $P0, $P1, posargs_loop
$P0 = argproto.'WHENCE'()
if null $P0 goto posargs_done
parentproto.'BUILD'(candidate, $P0 :flat :named)
Expand Down

0 comments on commit 6663565

Please sign in to comment.