compile: Fix closure break marker resetting
authorJean Privat <jean@pryen.org>
Wed, 10 Jun 2009 14:00:28 +0000 (10:00 -0400)
committerJean Privat <jean@pryen.org>
Wed, 10 Jun 2009 14:00:32 +0000 (10:00 -0400)
Set the break marker each time the block is called, not at the top of the function.

Side-effect: this fix also remove a gcc warning.

Signed-off-by: Jean Privat <jean@pryen.org>


No differences found