Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Side by Side Diff: third_party/yasm/patched-yasm/modules/arch/lc3b/lc3barch.h

Issue 11364046: Update Yasm to 1.2.0 (Yasm Part 1/3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /* $Id: lc3barch.h 1914 2007-08-20 05:13:35Z peter $ 1 /*
2 * LC-3b Architecture header file 2 * LC-3b Architecture header file
3 * 3 *
4 * Copyright (C) 2003-2007 Peter Johnson 4 * Copyright (C) 2003-2007 Peter Johnson
5 * 5 *
6 * Redistribution and use in source and binary forms, with or without 6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions 7 * modification, are permitted provided that the following conditions
8 * are met: 8 * are met:
9 * 1. Redistributions of source code must retain the above copyright 9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer. 10 * notice, this list of conditions and the following disclaimer.
11 * 2. Redistributions in binary form must reproduce the above copyright 11 * 2. Redistributions in binary form must reproduce the above copyright
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 (yasm_arch *arch, const yasm_intnum *intn, unsigned char *buf, 61 (yasm_arch *arch, const yasm_intnum *intn, unsigned char *buf,
62 size_t destsize, size_t valsize, int shift, const yasm_bytecode *bc, 62 size_t destsize, size_t valsize, int shift, const yasm_bytecode *bc,
63 int warn); 63 int warn);
64 64
65 /*@only@*/ yasm_bytecode *yasm_lc3b__create_empty_insn(yasm_arch *arch, 65 /*@only@*/ yasm_bytecode *yasm_lc3b__create_empty_insn(yasm_arch *arch,
66 unsigned long line); 66 unsigned long line);
67 67
68 void yasm_lc3b__ea_destroy(/*@only@*/ yasm_effaddr *ea); 68 void yasm_lc3b__ea_destroy(/*@only@*/ yasm_effaddr *ea);
69 69
70 #endif 70 #endif
OLDNEW
« no previous file with comments | « third_party/yasm/patched-yasm/libyasm/xstrdup.c ('k') | third_party/yasm/patched-yasm/modules/arch/lc3b/lc3barch.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698