ソースを参照

s/16/32/ (Josh Vanderhoof)

tags/vtx-0-2-21112003-freeze
Brian Paul 23年前
コミット
e27f5e5254
1個のファイルの変更2行の追加2行の削除
  1. 2
    2
      src/mesa/x86/common_x86_asm.S

+ 2
- 2
src/mesa/x86/common_x86_asm.S ファイルの表示

@@ -1,4 +1,4 @@
/* $Id: common_x86_asm.S,v 1.14 2003/01/09 14:56:25 brianp Exp $ */
/* $Id: common_x86_asm.S,v 1.15 2003/01/09 18:03:20 brianp Exp $ */

/*
* Mesa 3-D graphics library
@@ -231,7 +231,7 @@ GLNAME( _mesa_test_os_sse_exception_support ):
*/
LDMXCSR ( REGOFF( -4, EBP ) )

ADD_L ( CONST( 32 ), ESP )
ADD_L ( CONST( 16 ), ESP )

LEAVE
RET

読み込み中…
キャンセル
保存