PERFORCE change 29724 for review

Peter Wemm peter at FreeBSD.org
Fri Apr 25 13:47:05 PDT 2003


http://perforce.freebsd.org/chv.cgi?CH=29724

Change 29724 by peter at peter_daintree on 2003/04/25 13:46:08

	get sizeof(struct trapframe) in TF_SIZE

Affected files ...

.. //depot/projects/hammer/sys/x86_64/x86_64/genassym.c#21 edit

Differences ...

==== //depot/projects/hammer/sys/x86_64/x86_64/genassym.c#21 (text+ko) ====

@@ -152,6 +152,7 @@
 ASSYM(TF_RFLAGS, offsetof(struct trapframe, tf_rflags));
 ASSYM(TF_RSP, offsetof(struct trapframe, tf_rsp));
 ASSYM(TF_SS, offsetof(struct trapframe, tf_ss));
+ASSYM(TF_SIZE, sizeof(struct trapframe));
 
 ASSYM(SIGF_HANDLER, offsetof(struct sigframe, sf_ahu.sf_handler));
 ASSYM(SIGF_UC, offsetof(struct sigframe, sf_uc));


More information about the p4-projects mailing list