Author: nwhitehorn
Date: Thu Sep  5 23:28:50 2013
New Revision: 255282
URL: http://svnweb.freebsd.org/changeset/base/255282

Log:
  Also align the 32-bit PowerPC stacks.

Modified:
  head/sys/powerpc/include/frame.h

Modified: head/sys/powerpc/include/frame.h
==============================================================================
--- head/sys/powerpc/include/frame.h    Thu Sep  5 23:14:27 2013        
(r255281)
+++ head/sys/powerpc/include/frame.h    Thu Sep  5 23:28:50 2013        
(r255282)
@@ -103,6 +103,7 @@ struct callframe {
        register_t      cf_func;
        register_t      cf_arg0;
        register_t      cf_arg1;
+       register_t      _padding;       /* Maintain 16-byte alignment */
 };
 #endif
 
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to