Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a2e1f7a9 authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh Committed by android-build-merger
Browse files

Merge "Fix wrong mov instruction size." am: dc0edb58 am: 8caf7a10

am: 1443ba72

Change-Id: If4c053c13d94f0ba9d251d763ec7ee97564ebe7d
parents f5493e29 1443ba72
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -50,12 +50,12 @@ AsmGetRegs:
  movl (%esp), %ecx
  movl %ecx, 32(%eax)

  movl %cs, 36(%eax)
  movl %ss, 40(%eax)
  movl %ds, 44(%eax)
  movl %es, 48(%eax)
  movl %fs, 52(%eax)
  movl %gs, 56(%eax)
  mov  %cs, 36(%eax)
  mov  %ss, 40(%eax)
  mov  %ds, 44(%eax)
  mov  %es, 48(%eax)
  mov  %fs, 52(%eax)
  mov  %gs, 56(%eax)
  ret

  .cfi_endproc