diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1994-11-15 14:55:25 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1994-11-15 14:55:25 +0000 |
| commit | ff030ea17d20d98e4618afbd0da883f06dc20e7c (patch) | |
| tree | 02cab564dcbc70ea52e739102cf7b64bb21815cf /sys/amd64/include | |
| parent | 441799e34fd637f3a3653600fe1cd3774dd170c9 (diff) | |
Notes
Diffstat (limited to 'sys/amd64/include')
| -rw-r--r-- | sys/amd64/include/cpufunc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/amd64/include/cpufunc.h b/sys/amd64/include/cpufunc.h index cc6f9de62e158..9dd0bf035b5ca 100644 --- a/sys/amd64/include/cpufunc.h +++ b/sys/amd64/include/cpufunc.h @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: cpufunc.h,v 1.28 1994/11/09 00:51:38 bde Exp $ + * $Id: cpufunc.h,v 1.29 1994/11/14 15:04:06 bde Exp $ */ /* @@ -425,6 +425,7 @@ int susword __P((void *base, int word)); /* * These functions are NOT in support.s and should be declared elsewhere. */ +void Debugger __P((const char *msg)); u_long kvtop __P((void *addr)); typedef void alias_for_inthand_t __P((u_int cs, u_int ef, u_int esp, u_int ss)); |
