Skip to content

Commit

Permalink
rename the architecture name to i386 from invalid X86_32
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 committed Jul 12, 2012
1 parent 9a58220 commit 3ee0698
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -46,6 +46,7 @@ node_name.inc
parse.c
plblockimp/blockimp_ARM*
plblockimp/blockimp_x86*
plblockimp/blockimp_i386*
prelude.c
rbconfig.rb
revision.h
Expand Down
4 changes: 2 additions & 2 deletions plblockimp/blockimp_private.h
Expand Up @@ -29,8 +29,8 @@
#pragma once

#if defined(__i386__)
# include "blockimp_x86_32.h"
# include "blockimp_x86_32_stret.h"
# include "blockimp_i386.h"
# include "blockimp_i386_stret.h"
#elif defined(__x86_64__)
# include "blockimp_x86_64.h"
# include "blockimp_x86_64_stret.h"
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 3ee0698

Please sign in to comment.