@@ -162,10 +162,6 @@ rr_event! {
162162 ComponentInstantiation ( component_events:: InstantiationEvent ) ,
163163 /// Component ABI realloc call in linear wasm memory
164164 ComponentReallocEntry ( component_events:: ReallocEntryEvent ) ,
165- /// Return from a type lowering operation
166- ComponentLowerFlatReturn ( component_events:: LowerFlatReturnEvent ) ,
167- /// Return from a store during a type lowering operation
168- ComponentLowerMemoryReturn ( component_events:: LowerMemoryReturnEvent ) ,
169165 /// An attempt to obtain a mutable slice into Wasm linear memory
170166 ComponentMemorySliceWrite ( component_events:: MemorySliceWriteEvent ) ,
171167 /// Return from a component builtin
@@ -185,6 +181,10 @@ rr_event! {
185181 ComponentLowerFlatEntry ( component_events:: LowerFlatEntryEvent ) ,
186182 /// Call into type lowering for memory destination
187183 ComponentLowerMemoryEntry ( component_events:: LowerMemoryEntryEvent ) ,
184+ /// Return from a type lowering operation
185+ ComponentLowerFlatReturn ( component_events:: LowerFlatReturnEvent ) ,
186+ /// Return from a store during a type lowering operation
187+ ComponentLowerMemoryReturn ( component_events:: LowerMemoryReturnEvent ) ,
188188 /// Call into a component builtin
189189 ComponentBuiltinEntry ( component_events:: BuiltinEntryEvent )
190190}
0 commit comments