updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / picoasm / picoasm.patch
blobf0a7f28d537c2686bc5a4866b11f441191a27df8
1 diff -Naur Picoasm/cassembler.cpp Picoasm.jo//cassembler.cpp
2 --- Picoasm/cassembler.cpp 2007-02-15 20:17:16.000000000 +0100
3 +++ Picoasm.jo//cassembler.cpp 2011-07-12 07:09:13.806724143 +0200
4 @@ -1,6 +1,7 @@
5 #include "cassembler.h"
7 #include <stdio.h>
8 +#include <string.h>
10 #define NO_LINE_NR 0xFFFFFFFF
12 diff -Naur Picoasm/main.cpp Picoasm.jo//main.cpp
13 --- Picoasm/main.cpp 2007-02-02 21:58:23.000000000 +0100
14 +++ Picoasm.jo//main.cpp 2011-07-12 07:08:53.290056958 +0200
15 @@ -17,7 +17,7 @@
16 verilog.
17 * George found problem with instrOR_SX_SY in CAssembler::addInstruction().
18 Fixed it here.
19 -/*****************************************************************************
20 + *****************************************************************************
21 02/01/2007 V 0.1
22 Initial version based on kpicosim version 0.1.
23 * Uses cassembler, cpicoblaze, and cinstruction.cpp/.h files and
24 @@ -36,6 +36,7 @@
25 #include "cinstruction.h"
27 #include <string>
28 +#include <string.h>
29 #include <iostream>
30 #include <stdio.h> // printf
31 #include <unistd.h> // getopt