- Revert 49927 "Update to trunk" as it breaks KsStudio (again)
[reactos.git] / lib / sdk / crt / math / i386 / allshl_asm.s
index 48d06b7..b5d574a 100644 (file)
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 
  * SUCH DAMAGE.
  */
+.globl __allshl
 
-#include <asm.inc>
-
-PUBLIC __allshl
+.intel_syntax noprefix
 
 /* FUNCTIONS ***************************************************************/
-.code
 
 //
 // llshl - long shift left
@@ -93,5 +92,3 @@ RETZERO:
         xor     eax,eax
         xor     edx,edx
         ret
-
-END