diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2016-04-13 17:37:31 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2016-04-13 17:37:31 +0000 |
| commit | 4478441145be4d8fd3d8b4562b84aade98c4787f (patch) | |
| tree | 22756e79900f5981e72ed2cc5c1771ee865daa31 /sys/amd64 | |
| parent | fd369120f8a5e8cbdbd5ddb45e8ed82f49565376 (diff) | |
Notes
Diffstat (limited to 'sys/amd64')
| -rw-r--r-- | sys/amd64/amd64/exception.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/amd64/exception.S b/sys/amd64/amd64/exception.S index caabfd9f0cd4..fd8cdac989f2 100644 --- a/sys/amd64/amd64/exception.S +++ b/sys/amd64/amd64/exception.S @@ -659,6 +659,7 @@ MCOUNT_LABEL(eintr) .text SUPERALIGN_TEXT .type doreti,@function + .globl doreti doreti: FAKE_MCOUNT($bintr) /* init "from" bintr -> doreti */ /* |
