diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-11-02 00:00:04 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-11-02 00:00:04 -0400 |
| commit | 3eac0a16ac69dcca66f8b74d2d50a79569e38c60 (patch) | |
| tree | b0c9d288d0baa744ef6be8293258ab11ef054a0d /src/JSystem/JMessage/processor.cpp | |
| parent | e9f82ff359b9cffb9770ebab263770e207d6ee79 (diff) | |
warning cleanup
Diffstat (limited to 'src/JSystem/JMessage/processor.cpp')
| -rw-r--r-- | src/JSystem/JMessage/processor.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/JSystem/JMessage/processor.cpp b/src/JSystem/JMessage/processor.cpp index c2b604b6..73230a44 100644 --- a/src/JSystem/JMessage/processor.cpp +++ b/src/JSystem/JMessage/processor.cpp @@ -463,10 +463,11 @@ void TSequenceProcessor::do_systemTagCode_(u16 code, const void* data, u32 size) case 2: case 3: break; - case 6: + case 6: { u32 target = JGadget::binary::TParseValue<u32, JGadget::binary::TParseValue_endian_big_>::parse(data); on_jump_register(process_jump_, target); break; + } case 4: case 5: default: |
