Skip to content

Commit

Permalink
Add rules for changing InstructionSetDesc.txt (dotnet#39777)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotas authored Jul 22, 2020
1 parent ea82629 commit 1616d2e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
; Copy instruction sets defined for other architecture at this point in the file.
; copyinstructionsets,<architecture>,<copytoarchitecture>

; UPDATE JIT/EE INTERFACE GUID WHEN CHANGING THESE DEFINITIONS. The instruction set definitions are part of JIT/EE interface contract.

; DO NOT CHANGE R2R NUMERIC VALUES OF THE EXISTING SETS. Changing R2R numberic values definitions would be R2R format breaking change.

; Definition of X86 instruction sets
definearch ,X86 ,32Bit ,X64

Expand Down

0 comments on commit 1616d2e

Please sign in to comment.