?login_element?

Subversion Repositories NedoOS

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1.     LUA pass1
  2.         lua_pass = 1
  3.     ENDLUA
  4.  
  5.     LUA pass3   ; wrong arguments
  6.         sj.exit(27, 2)
  7.     ENDLUA
  8.  
  9.     LUA allpass
  10.         if (3 == lua_pass) then sj.exit(13); end
  11.         ;-- exit precisely in third pass, to exercise certain code path in sjasm.cpp
  12.         lua_pass = lua_pass + 1
  13.     ENDLUA
  14.