Subversion Repositories Kolibri OS

Rev

Rev 5720 | Rev 5750 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5720 Rev 5722
Line 232... Line 232...
232
 
232
 
233
  .cancel:
233
  .cancel:
234
        mcall   18, 18, [thread_id]             ; kill thread
234
        mcall   18, 18, [thread_id]             ; kill thread
235
  .ok:
235
  .ok:
-
 
236
        and     [URLbox.flags], not ed_disabled
-
 
237
        mov     [USERbox.size], 0
236
        and     [URLbox.flags], not ed_disabled
238
        mov     [PASSbox.size], 0
237
        mov     [status], STATUS_CONNECT
239
        mov     [status], STATUS_CONNECT
238
        inc     [update_gui]
240
        inc     [update_gui]
Line 239... Line 241...
239
        jmp     .loop
241
        jmp     .loop