From c8a44365525ae44dc9065300b0e0f995f7a88123 Mon Sep 17 00:00:00 2001 From: Benjamin Bannier Date: Fri, 27 Sep 2024 08:10:57 +0200 Subject: [PATCH] Bump auxil/spicy to latest development snapshot --- auxil/spicy | 2 +- src/spicy/spicyz/glue-compiler.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/auxil/spicy b/auxil/spicy index 64c0000c2a..7347a2be41 160000 --- a/auxil/spicy +++ b/auxil/spicy @@ -1 +1 @@ -Subproject commit 64c0000c2a9385020e7f357711c0da3de4b03517 +Subproject commit 7347a2be4188a7ec2b3b71cf620fd3e3267c78af diff --git a/src/spicy/spicyz/glue-compiler.cc b/src/spicy/spicyz/glue-compiler.cc index 2b75a90949..6c6120b377 100644 --- a/src/spicy/spicyz/glue-compiler.cc +++ b/src/spicy/spicyz/glue-compiler.cc @@ -1719,7 +1719,7 @@ struct VisitorUnitFields : spicy::visitor::PreOrder { void operator()(::spicy::type::unit::item::Switch* n) { for ( const auto& c : n->cases() ) { - for ( const auto& i : c->items() ) + for ( const auto& i : c->block()->items() ) dispatch(i); } }