Last change
on this file since 97698 was 96407, checked in by vboxsync, 2 years ago |
scm copyright and license note update
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
616 bytes
|
Line | |
---|
1 | ; $Id: VBoxDTraceR0A.asm 96407 2022-08-22 17:43:14Z vboxsync $
|
---|
2 | ;; @file
|
---|
3 | ; VBoxDTraceR0 - Assembly Hacks.
|
---|
4 | ;
|
---|
5 | ; Contributed by: bird
|
---|
6 | ;
|
---|
7 |
|
---|
8 | ;
|
---|
9 | ; Copyright (C) 2012-2022 Oracle and/or its affiliates.
|
---|
10 | ;
|
---|
11 | ; This file is part of VirtualBox base platform packages, as
|
---|
12 | ; available from http://www.virtualbox.org.
|
---|
13 | ;
|
---|
14 | ; The contents of this file are subject to the terms of the Common
|
---|
15 | ; Development and Distribution License Version 1.0 (CDDL) only, as it
|
---|
16 | ; comes in the "COPYING.CDDL" file of the VirtualBox distribution.
|
---|
17 | ;
|
---|
18 | ; SPDX-License-Identifier: CDDL-1.0
|
---|
19 | ;
|
---|
20 |
|
---|
21 |
|
---|
22 |
|
---|
23 | %include "iprt/asmdefs.mac"
|
---|
24 |
|
---|
25 | BEGINCODE
|
---|
26 |
|
---|
27 |
|
---|
28 | extern NAME(dtrace_probe)
|
---|
29 |
|
---|
30 | GLOBALNAME dtrace_probe6
|
---|
31 | jmp NAME(dtrace_probe)
|
---|
32 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.