File: elf_obj_expected_diff

package info (click to toggle)
diffoscope 78%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,520 kB
  • sloc: python: 7,903; makefile: 58; sh: 58
file content (12 lines) | stat: -rw-r--r-- 347 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
@@ -3,10 +3,10 @@
 
 Disassembly of section .text:
 
 0000000000000000 <f>:
 f():
    0:	55                   	push   %rbp
    1:	48 89 e5             	mov    %rsp,%rbp
-   4:	b8 2a 00 00 00       	mov    $0x2a,%eax
+   4:	b8 ff ff ff ff       	mov    $0xffffffff,%eax
    9:	5d                   	pop    %rbp
    a:	c3                   	retq