[CRT]
[reactos.git] / lib / sdk / crt / math / i386 / allshl_asm.s
index b5d574a..e5ce4a6 100644 (file)
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 
  * SUCH DAMAGE.
  */
-.globl __allshl
 
-.intel_syntax noprefix
+#include <reactos/asm.h>
+
+PUBLIC __allshl
 
 /* FUNCTIONS ***************************************************************/
+.code
 
 //
 // llshl - long shift left
@@ -92,3 +93,5 @@ RETZERO:
         xor     eax,eax
         xor     edx,edx
         ret
+
+END