diff options
author | florian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2021-02-11 20:51:53 +0000 |
---|---|---|
committer | florian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2021-02-11 20:51:53 +0000 |
commit | b7d5d01af3be9ba965571344e2c7248130c2c465 (patch) | |
tree | 3d4425e84839b0fe4c5404f4606740574eab124f /compiler/msgidx.inc | |
parent | 167b02f18c06bb83022ba0e3415863b7bc8c645e (diff) | |
download | fpc-b7d5d01af3be9ba965571344e2c7248130c2c465.tar.gz |
* more helpful message if an unknown field is accessed in the assembler reader, resolves #38475
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@48651 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/msgidx.inc')
-rw-r--r-- | compiler/msgidx.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/compiler/msgidx.inc b/compiler/msgidx.inc index 65efa8defc..8345bf0427 100644 --- a/compiler/msgidx.inc +++ b/compiler/msgidx.inc @@ -858,6 +858,7 @@ const asmr_e_mismatch_broadcasting_elements=07142; asmr_e_invalid_arrangement=07143; asmr_e_a64_invalid_regset=07144; + asmr_e_unknown_field=07145; asmw_f_too_many_asm_files=08000; asmw_f_assembler_output_not_supported=08001; asmw_f_comp_not_supported=08002; @@ -1137,9 +1138,9 @@ const option_info=11024; option_help_pages=11025; - MsgTxtSize = 87094; + MsgTxtSize = 87127; MsgIdxMax : array[1..20] of longint=( - 28,107,361,131,99,63,145,36,223,68, + 28,107,361,131,99,63,146,36,223,68, 63,20,30,1,1,1,1,1,1,1 ); |