Merge pull request #4806 from lesamouraipourpre/patch-3

Update comment in persistentcode.c
This commit is contained in:
Scott Shawcroft 2021-05-24 13:28:08 -07:00 committed by GitHub
commit cc6f493da2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -826,7 +826,7 @@ STATIC bool mp_raw_code_has_native(mp_raw_code_t *rc) {
void mp_raw_code_save(mp_raw_code_t *rc, mp_print_t *print) { void mp_raw_code_save(mp_raw_code_t *rc, mp_print_t *print) {
// header contains: // header contains:
// byte 'M' // byte 'C'
// byte version // byte version
// byte feature flags // byte feature flags
// byte number of bits in a small int // byte number of bits in a small int