mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-09 10:31:14 +00:00
Add license header
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48707 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
231e964ad2
commit
f8e7416632
@ -1,3 +1,16 @@
|
||||
;;===-- X86CompilationCallback_Win64.asm - Implement Win64 JIT callback ---===
|
||||
;;
|
||||
;; The LLVM Compiler Infrastructure
|
||||
;;
|
||||
;; This file is distributed under the University of Illinois Open Source
|
||||
;; License. See LICENSE.TXT for details.
|
||||
;;
|
||||
;;===----------------------------------------------------------------------===
|
||||
;;
|
||||
;; This file implements the JIT interfaces for the X86 target.
|
||||
;;
|
||||
;;===----------------------------------------------------------------------===
|
||||
|
||||
extrn X86CompilationCallback2: PROC
|
||||
|
||||
.code
|
||||
|
Loading…
Reference in New Issue
Block a user