Last change
on this file since 69348 was 69281, checked in by vboxsync, 7 years ago |
VBoxDTrace: scm updates
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
714 bytes
|
Line | |
---|
1 | ; $Id: VBoxDTraceR0A.asm 69281 2017-10-25 10:59:57Z vboxsync $
|
---|
2 | ;; @file
|
---|
3 | ; VBoxDTraceR0 - Assembly Hacks.
|
---|
4 | ;
|
---|
5 | ; Contributed by: bird
|
---|
6 | ;
|
---|
7 |
|
---|
8 | ;
|
---|
9 | ; Copyright (C) 2012-2016 Oracle Corporation
|
---|
10 | ;
|
---|
11 | ; This file is part of VirtualBox Open Source Edition (OSE), as
|
---|
12 | ; available from http://www.virtualbox.org. This file is free software;
|
---|
13 | ; you can redistribute it and/or modify it under the terms of the Common
|
---|
14 | ; Development and Distribution License Version 1.0 (CDDL) only, as it
|
---|
15 | ; comes in the "COPYING.CDDL" file of the VirtualBox OSE distribution.
|
---|
16 | ; VirtualBox OSE is distributed in the hope that it will be useful, but
|
---|
17 | ; WITHOUT ANY WARRANTY of any kind.
|
---|
18 | ;
|
---|
19 |
|
---|
20 |
|
---|
21 |
|
---|
22 | %include "iprt/asmdefs.mac"
|
---|
23 |
|
---|
24 | BEGINCODE
|
---|
25 |
|
---|
26 |
|
---|
27 | extern NAME(dtrace_probe)
|
---|
28 |
|
---|
29 | GLOBALNAME dtrace_probe6
|
---|
30 | jmp NAME(dtrace_probe)
|
---|
31 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.