Last change
on this file since 98126 was 98103, checked in by vboxsync, 22 months ago |
Copyright year updates by scm.
|
-
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 98103 2023-01-17 14:15:46Z vboxsync $
|
---|
2 | ;; @file
|
---|
3 | ; VBoxDTraceR0 - Assembly Hacks.
|
---|
4 | ;
|
---|
5 | ; Contributed by: bird
|
---|
6 | ;
|
---|
7 |
|
---|
8 | ;
|
---|
9 | ; Copyright (C) 2012-2023 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.