浏览代码

remove ADD_L altogether

tags/vtx-0-2-21112003-freeze
Brian Paul 23 年前
父节点
当前提交
ce352387fb
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 1
    3
      src/mesa/x86/common_x86_asm.S

+ 1
- 3
src/mesa/x86/common_x86_asm.S 查看文件

@@ -1,4 +1,4 @@
/* $Id: common_x86_asm.S,v 1.15 2003/01/09 18:03:20 brianp Exp $ */
/* $Id: common_x86_asm.S,v 1.16 2003/01/09 23:43:02 brianp Exp $ */

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

ADD_L ( CONST( 16 ), ESP )

LEAVE
RET


正在加载...
取消
保存