Browse Source

+ add an error message if the size of a function is invalid (in case of aarch64-win64: not a multiple of 4, the instruction size)

git-svn-id: trunk@44944 -
svenbarth 5 years ago
parent
commit
6143b8b54d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      compiler/msg/errore.msg

+ 2 - 1
compiler/msg/errore.msg

@@ -2904,7 +2904,7 @@ asmr_e_mismatch_broadcasting_elements=07142_E_Mismatch broadcasting elements (ex
 #
 #
 # Assembler/binary writers
 # Assembler/binary writers
 #
 #
-# 08033 is the last used one
+# 08035 is the last used one
 #
 #
 asmw_f_too_many_asm_files=08000_F_Too many assembler files
 asmw_f_too_many_asm_files=08000_F_Too many assembler files
 % With smartlinking enabled, there are too many assembler
 % With smartlinking enabled, there are too many assembler
@@ -2960,6 +2960,7 @@ asmw_f_data_segment_too_large=08031_F_Data segment too large
 asmw_e_instruction_not_supported_by_cpu=08032_E_Instruction not supported by the selected instruction set
 asmw_e_instruction_not_supported_by_cpu=08032_E_Instruction not supported by the selected instruction set
 asmw_e_brxx_out_of_range=08033_E_Asm: conditional branch destination is out of range
 asmw_e_brxx_out_of_range=08033_E_Asm: conditional branch destination is out of range
 asmw_e_illegal_use_of_rip=08034_E_Asm: RIP cannot be used as index register or with another register in a reference
 asmw_e_illegal_use_of_rip=08034_E_Asm: RIP cannot be used as index register or with another register in a reference
+asmw_e_seh_invalid_data_size=08035_F_Illegal function size for SEH function
 #
 #
 # Executing linker/assembler
 # Executing linker/assembler
 #
 #