Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Sign in
C
criu
  • Project
    • Project
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • zhul
  • criu
  • Repository

Switch branch/tag
  • criu
  • compel
  • arch
  • x86
  • plugins
  • std
  • parasite-head.S
Find file
BlameHistoryPermalink
  • Dmitry Safonov's avatar
    compel/x86: clang-3.4 isn't a friend to numbers in macro · cbde93e1
    Dmitry Safonov authored Jan 09, 2017
    It's a workaround to clang-3.4, which doesn't handle numbers
    in asm macros rightly:
    https://llvm.org/bugs/show_bug.cgi?id=21500
    
    Which resulted in:
      CC       compel/arch/x86/plugins/std/parasite-head.o
    <instantiation>:3:2: error: too few operands for instruction
     pushq
     ^
    compel/arch/x86/plugins/std/parasite-head.S:26:2: note: while in macro instantiation
     PARASITE_ENTRY
     ^
    
    Fixes: https://travis-ci.org/0x7f454c46/criu/jobs/186099057
    
    travis-ci: success for 32-bit tests fixes
    Signed-off-by: 's avatarDmitry Safonov <dsafonov@virtuozzo.com>
    Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
    Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
    cbde93e1
parasite-head.S 1.08 KB
EditWeb IDE

Replace parasite-head.S

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.