Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #22 from sigma/pr/gc-asm
Browse files Browse the repository at this point in the history
mark assembly files as compatible with gc toolchain only
  • Loading branch information
fdawg4l authored Oct 6, 2021
2 parents fa0988f + fe837ac commit 351f0f0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bdoor/bdoor_386.s
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build gc

#include "textflag.h"

// Doc of the golang plan9 assembler
Expand Down
2 changes: 2 additions & 0 deletions bdoor/bdoor_amd64.s
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build gc

#include "textflag.h"

// Doc of the golang plan9 assembler
Expand Down
2 changes: 2 additions & 0 deletions vmcheck/vmcheck_386.s
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build gc

#include "textflag.h"

// From https://github.com/intel-go/cpuid/blob/master/cpuidlow_amd64.s
Expand Down
2 changes: 2 additions & 0 deletions vmcheck/vmcheck_amd64.s
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build gc

#include "textflag.h"

// From https://github.com/intel-go/cpuid/blob/master/cpuidlow_amd64.s
Expand Down

0 comments on commit 351f0f0

Please sign in to comment.