fix pusha, use gcc5.4, filebrowser initial

git-svn-id: svn://kolibrios.org@6535 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
siemargl
2016-09-27 09:47:30 +00:00
parent 5f91a2a1f4
commit 8eb81c3968
14 changed files with 207 additions and 11 deletions

View File

@@ -14,8 +14,10 @@ public init_buf2d as '_kolibri_buf2d_init'
;;; Returns 0 on success. -1 on failure.
proc init_buf2d
pusha
mcall 68,11
stdcall dll.Load, @IMPORT
popa
ret
endp