jit/decoder: rename decoder script

Renames generate_decoder_tests.py to generate_jit_decoder_tests.py.

Signed-off-by: Ronald Caesar <github43132@proton.me>
This commit is contained in:
Ronald Caesar 2025-12-05 17:42:10 -04:00
parent c508a927ea
commit e714dc47d0
No known key found for this signature in database
GPG key ID: 04307C401999C596
3 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
/*
* GENERATED FILE - DO NOT EDIT
*
* This file is generated by scripts/generate_decoder_tests.py
* This file is generated by scripts/generate_jit_decoder_tests.py
*
* PURPOSE:
* Provides 100% requirements-based test coverage for the ARM32 Instruction Decoder.